#9B5041

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

Shades of Cognac #9B5041

Tints of Cognac #9B5041

Color information

#9B5041 (or 0x9B5041) is unknown color: approx Cognac. HEX triplet: 9B, 50 and 41. RGB value is (155,80,65). Sum of RGB (Red+Green+Blue) = 155+80+65=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5041 is #64AFBE. Grayscale: #646464. Windows color (decimal): -6598591 or 4280475. OLE color: 4280475.

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

Color convert

RGB1558065-
CMYK00.480.580.39
HSL10º40.91%43.14%-
HSV(B)10º58.06%60.78%-
XYZ17.3413.096.61-
YUV100.71107.85166.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.67%
GREEN value IS 80 (31.64% from 255) = 26.67%
BLUE value IS 65 (25.78% from 255) = 21.67%
R=51.67%
G=26.67%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155806500.480.580.391040.9143.14
Hex9B50410303A27a292b
Octal2331201010607247125153
Binary100110111010000100000101100001110101001111010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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