Shades of Cognac #9E4037
Tints of Cognac #9E4037
RGB
CMYK
RGB Variations
Color information
#9E4037 (or 0x9E4037) is known color: Cognac. HEX triplet: 9E, 40 and 37. RGB value is (158,64,55). Sum of RGB (Red+Green+Blue) = 158+64+55=277 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.04% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4037 is #61BFC8. Grayscale: #5B5B5B. Windows color (decimal): -6406089 or 3621022. OLE color: 3621022.
HSL color Cylindrical-coordinate representation of color #9E4037: hue angle of 5.24º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E4037 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 64 | 55 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.38 |
| HSL | 5.24º | 0.48% | 0.42% | - |
| HSV(B) | 5.24º | 0.65% | 0.62% | - |
| XYZ | 16.62 | 11.21 | 4.9 | - |
| YUV | 91.08 | 107.64 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 55 | 0 | 0.59 | 0.65 | 0.38 | 5.24 | 0.48 | 0.42 |
| Hex | 9E | 40 | 37 | 0 | 3B | 41 | 26 | 5 | 30 | 2A |
| Octal | 236 | 100 | 67 | 0 | 73 | 101 | 46 | 5 | 60 | 52 |
| Binary | 10011110 | 1000000 | 110111 | 0 | 111011 | 1000001 | 100110 | 101 | 110000 | 101010 |
Color Harmonies of #9E4037
Complementary color
Monochromatic Colors of #9E4037
Black with #9E4037
Text Example
Text Example
White with #9E4037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4037; }
p { color: rgb(158,64,55); }
H1.HeaderClassName
{
color: #9E4037;
}
.AnyTagClassName
{
color: #9E4037;
}
</style>
background-color css
<style>
a { background-color: #9E4037; }
a { background-color: rgb(158,64,55); }
div.DivClassName
{
background-color: #9E4037;
}
.BgClassName
{
background-color: #9E4037;
}
</style>
border-color css
<style>
span { border-color: #9E4037; }
span { border-color: rgb(158,64,55); }
td.TdClassName
{
border-color: #9E4037;
}
.TagClassName
{
border-color: #9E4037;
}
</style>