#9B4D41

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

Shades of Cognac #9B4D41

Tints of Cognac #9B4D41

Color information

#9B4D41 (or 0x9B4D41) is unknown color: approx Cognac. HEX triplet: 9B, 4D and 41. RGB value is (155,77,65). Sum of RGB (Red+Green+Blue) = 155+77+65=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4D41 is #64B2BE. Grayscale: #636363. Windows color (decimal): -6599359 or 4279707. OLE color: 4279707.

HSL color Cylindrical-coordinate representation of color #9B4D41: hue angle of 8º 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 #9B4D41 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB1557765-
CMYK00.500.580.39
HSL40.91%43.14%-
HSV(B)58.06%60.78%-
XYZ17.1312.666.54-
YUV98.95108.84167.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.19%
GREEN value IS 77 (30.47% from 255) = 25.93%
BLUE value IS 65 (25.78% from 255) = 21.89%
R=52.19%
G=25.93%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155776500.500.580.39840.9143.14
Hex9B4D410323A278292b
Octal2331151010627247105153
Binary100110111001101100000101100101110101001111000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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