#9a4138

Color #9A4138 Cognac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cognac #9A4138

Tints of Cognac #9A4138

Color information

#9A4138 (or 0x9A4138) is unknown color: approx Cognac. HEX triplet: 9A, 41 and 38. RGB value is (154,65,56). Sum of RGB (Red+Green+Blue) = 154+65+56=275 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4138 is #65BEC7. Grayscale: #5A5A5A. Windows color (decimal): -6667976 or 3686810. OLE color: 3686810.

HSL color Cylindrical-coordinate representation of color #9A4138: hue angle of 5.51º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A4138 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB1546556-
CMYK00.580.640.40
HSL5.51º46.67%41.18%-
HSV(B)5.51º63.64%60.39%-
XYZ15.9310.945.01-
YUV90.58108.49173.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 56%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 56 (22.27% from 255) = 20.36%
R=56%
G=23.64%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154655600.580.640.405.5146.6741.18
Hex9A413803A402862f29
Octal232101700721005065751
Binary10011010100000111100001110101000000101000110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a4138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9a4138; }

 p { color: rgb(154,65,56); }

 H1.HeaderClassName
 {
   color: #9a4138;
 }
 .AnyTagClassName
 {
   color: #9a4138;
 }
</style>
background-color css

<style>
 a { background-color: #9a4138; }

 a { background-color: rgb(154,65,56); }

 div.DivClassName
 {
   background-color: #9a4138;
 }
 .BgClassName
 {
   background-color: #9a4138;
 }
</style>
border-color css

<style>
 span { border-color: #9a4138; }

 span { border-color: rgb(154,65,56); }

 td.TdClassName
 {
   border-color: #9a4138;
 }
 .TagClassName
 {
   border-color: #9a4138;
 }
</style>