Shades of Cognac #9F4037
Tints of Cognac #9F4037
RGB
CMYK
RGB Variations
Color information
#9F4037 (or 0x9F4037) is known color: Cognac. HEX triplet: 9F, 40 and 37. RGB value is (159,64,55). Sum of RGB (Red+Green+Blue) = 159+64+55=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4037 is #60BFC8. Grayscale: #5B5B5B. Windows color (decimal): -6340553 or 3621023. OLE color: 3621023.
HSL color Cylindrical-coordinate representation of color #9F4037: hue angle of 5.19º degrees, saturation: 0.49, 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 #9F4037 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 64 | 55 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.38 |
| HSL | 5.19º | 0.49% | 0.42% | - |
| HSV(B) | 5.19º | 0.65% | 0.62% | - |
| XYZ | 16.82 | 11.31 | 4.91 | - |
| YUV | 91.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 55 | 0 | 0.60 | 0.65 | 0.38 | 5.19 | 0.49 | 0.42 |
| Hex | 9F | 40 | 37 | 0 | 3C | 41 | 26 | 5 | 31 | 2A |
| Octal | 237 | 100 | 67 | 0 | 74 | 101 | 46 | 5 | 61 | 52 |
| Binary | 10011111 | 1000000 | 110111 | 0 | 111100 | 1000001 | 100110 | 101 | 110001 | 101010 |
Color Harmonies of #9F4037
Complementary color
Monochromatic Colors of #9F4037
Black with #9F4037
Text Example
Text Example
White with #9F4037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4037; }
p { color: rgb(159,64,55); }
H1.HeaderClassName
{
color: #9F4037;
}
.AnyTagClassName
{
color: #9F4037;
}
</style>
background-color css
<style>
a { background-color: #9F4037; }
a { background-color: rgb(159,64,55); }
div.DivClassName
{
background-color: #9F4037;
}
.BgClassName
{
background-color: #9F4037;
}
</style>
border-color css
<style>
span { border-color: #9F4037; }
span { border-color: rgb(159,64,55); }
td.TdClassName
{
border-color: #9F4037;
}
.TagClassName
{
border-color: #9F4037;
}
</style>