Shades of Cognac #9F4937
Tints of Cognac #9F4937
RGB
CMYK
RGB Variations
Color information
#9F4937 (or 0x9F4937) is known color: Cognac. HEX triplet: 9F, 49 and 37. RGB value is (159,73,55). Sum of RGB (Red+Green+Blue) = 159+73+55=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4937 is #60B6C8. Grayscale: #606060. Windows color (decimal): -6338249 or 3623327. OLE color: 3623327.
HSL color Cylindrical-coordinate representation of color #9F4937: hue angle of 10.38º 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 #9F4937 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 55 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.38 |
| HSL | 10.38º | 0.49% | 0.42% | - |
| HSV(B) | 10.38º | 0.65% | 0.62% | - |
| XYZ | 17.37 | 12.41 | 5.09 | - |
| YUV | 96.66 | 104.49 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 55 | 0 | 0.54 | 0.65 | 0.38 | 10.38 | 0.49 | 0.42 |
| Hex | 9F | 49 | 37 | 0 | 36 | 41 | 26 | A | 31 | 2A |
| Octal | 237 | 111 | 67 | 0 | 66 | 101 | 46 | 12 | 61 | 52 |
| Binary | 10011111 | 1001001 | 110111 | 0 | 110110 | 1000001 | 100110 | 1010 | 110001 | 101010 |
Color Harmonies of #9F4937
Complementary color
Monochromatic Colors of #9F4937
Black with #9F4937
Text Example
Text Example
White with #9F4937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4937; }
p { color: rgb(159,73,55); }
H1.HeaderClassName
{
color: #9F4937;
}
.AnyTagClassName
{
color: #9F4937;
}
</style>
background-color css
<style>
a { background-color: #9F4937; }
a { background-color: rgb(159,73,55); }
div.DivClassName
{
background-color: #9F4937;
}
.BgClassName
{
background-color: #9F4937;
}
</style>
border-color css
<style>
span { border-color: #9F4937; }
span { border-color: rgb(159,73,55); }
td.TdClassName
{
border-color: #9F4937;
}
.TagClassName
{
border-color: #9F4937;
}
</style>