Shades of Cognac #9D4037
Tints of Cognac #9D4037
RGB
CMYK
RGB Variations
Color information
#9D4037 (or 0x9D4037) is known color: Cognac. HEX triplet: 9D, 40 and 37. RGB value is (157,64,55). Sum of RGB (Red+Green+Blue) = 157+64+55=276 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.88% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4037 is #62BFC8. Grayscale: #5A5A5A. Windows color (decimal): -6471625 or 3621021. OLE color: 3621021.
HSL color Cylindrical-coordinate representation of color #9D4037: hue angle of 5.29º 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 #9D4037 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 64 | 55 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.38 |
| HSL | 5.29º | 0.48% | 0.42% | - |
| HSV(B) | 5.29º | 0.65% | 0.62% | - |
| XYZ | 16.43 | 11.11 | 4.89 | - |
| YUV | 90.78 | 107.81 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 64 | 55 | 0 | 0.59 | 0.65 | 0.38 | 5.29 | 0.48 | 0.42 |
| Hex | 9D | 40 | 37 | 0 | 3B | 41 | 26 | 5 | 30 | 2A |
| Octal | 235 | 100 | 67 | 0 | 73 | 101 | 46 | 5 | 60 | 52 |
| Binary | 10011101 | 1000000 | 110111 | 0 | 111011 | 1000001 | 100110 | 101 | 110000 | 101010 |
Color Harmonies of #9D4037
Complementary color
Monochromatic Colors of #9D4037
Black with #9D4037
Text Example
Text Example
White with #9D4037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4037; }
p { color: rgb(157,64,55); }
H1.HeaderClassName
{
color: #9D4037;
}
.AnyTagClassName
{
color: #9D4037;
}
</style>
background-color css
<style>
a { background-color: #9D4037; }
a { background-color: rgb(157,64,55); }
div.DivClassName
{
background-color: #9D4037;
}
.BgClassName
{
background-color: #9D4037;
}
</style>
border-color css
<style>
span { border-color: #9D4037; }
span { border-color: rgb(157,64,55); }
td.TdClassName
{
border-color: #9D4037;
}
.TagClassName
{
border-color: #9D4037;
}
</style>