Shades of Cognac #9F4738
Tints of Cognac #9F4738
RGB
CMYK
RGB Variations
Color information
#9F4738 (or 0x9F4738) is known color: Cognac. HEX triplet: 9F, 47 and 38. RGB value is (159,71,56). Sum of RGB (Red+Green+Blue) = 159+71+56=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4738 is #60B8C7. Grayscale: #5F5F5F. Windows color (decimal): -6338760 or 3688351. OLE color: 3688351.
HSL color Cylindrical-coordinate representation of color #9F4738: hue angle of 8.74º 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 #9F4738 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 56 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.38 |
| HSL | 8.74º | 0.48% | 0.42% | - |
| HSV(B) | 8.74º | 0.65% | 0.62% | - |
| XYZ | 17.27 | 12.16 | 5.18 | - |
| YUV | 95.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 56 | 0 | 0.55 | 0.65 | 0.38 | 8.74 | 0.48 | 0.42 |
| Hex | 9F | 47 | 38 | 0 | 37 | 41 | 26 | 9 | 30 | 2A |
| Octal | 237 | 107 | 70 | 0 | 67 | 101 | 46 | 11 | 60 | 52 |
| Binary | 10011111 | 1000111 | 111000 | 0 | 110111 | 1000001 | 100110 | 1001 | 110000 | 101010 |
Color Harmonies of #9F4738
Complementary color
Monochromatic Colors of #9F4738
Black with #9F4738
Text Example
Text Example
White with #9F4738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4738; }
p { color: rgb(159,71,56); }
H1.HeaderClassName
{
color: #9F4738;
}
.AnyTagClassName
{
color: #9F4738;
}
</style>
background-color css
<style>
a { background-color: #9F4738; }
a { background-color: rgb(159,71,56); }
div.DivClassName
{
background-color: #9F4738;
}
.BgClassName
{
background-color: #9F4738;
}
</style>
border-color css
<style>
span { border-color: #9F4738; }
span { border-color: rgb(159,71,56); }
td.TdClassName
{
border-color: #9F4738;
}
.TagClassName
{
border-color: #9F4738;
}
</style>