#9B5042

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

Shades of Cognac #9B5042

Tints of Cognac #9B5042

Color information

#9B5042 (or 0x9B5042) is unknown color: approx Cognac. HEX triplet: 9B, 50 and 42. RGB value is (155,80,66). Sum of RGB (Red+Green+Blue) = 155+80+66=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5042 is #64AFBD. Grayscale: #646464. Windows color (decimal): -6598590 or 4346011. OLE color: 4346011.

HSL color Cylindrical-coordinate representation of color #9B5042: hue angle of 9.44º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B5042 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB1558066-
CMYK00.480.570.39
HSL9.44º40.27%43.33%-
HSV(B)9.44º57.42%60.78%-
XYZ17.3713.16.77-
YUV100.83108.35166.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.50%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 66 (26.17% from 255) = 21.93%
R=51.50%
G=26.58%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155806600.480.570.399.4440.2743.33
Hex9B504203039279282b
Octal2331201020607147115053
Binary100110111010000100001001100001110011001111001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,80,66); }

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

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

 a { background-color: rgb(155,80,66); }

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

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

 span { border-color: rgb(155,80,66); }

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