Shades of Cognac #9F4838
Tints of Cognac #9F4838
RGB
CMYK
RGB Variations
Color information
#9F4838 (or 0x9F4838) is known color: Cognac. HEX triplet: 9F, 48 and 38. RGB value is (159,72,56). Sum of RGB (Red+Green+Blue) = 159+72+56=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4838 is #60B7C7. Grayscale: #606060. Windows color (decimal): -6338504 or 3688607. OLE color: 3688607.
HSL color Cylindrical-coordinate representation of color #9F4838: hue angle of 9.32º 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 #9F4838 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 72 | 56 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.38 |
| HSL | 9.32º | 0.48% | 0.42% | - |
| HSV(B) | 9.32º | 0.65% | 0.62% | - |
| XYZ | 17.33 | 12.29 | 5.2 | - |
| YUV | 96.19 | 105.32 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 72 | 56 | 0 | 0.55 | 0.65 | 0.38 | 9.32 | 0.48 | 0.42 |
| Hex | 9F | 48 | 38 | 0 | 37 | 41 | 26 | 9 | 30 | 2A |
| Octal | 237 | 110 | 70 | 0 | 67 | 101 | 46 | 11 | 60 | 52 |
| Binary | 10011111 | 1001000 | 111000 | 0 | 110111 | 1000001 | 100110 | 1001 | 110000 | 101010 |
Color Harmonies of #9F4838
Complementary color
Monochromatic Colors of #9F4838
Black with #9F4838
Text Example
Text Example
White with #9F4838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4838; }
p { color: rgb(159,72,56); }
H1.HeaderClassName
{
color: #9F4838;
}
.AnyTagClassName
{
color: #9F4838;
}
</style>
background-color css
<style>
a { background-color: #9F4838; }
a { background-color: rgb(159,72,56); }
div.DivClassName
{
background-color: #9F4838;
}
.BgClassName
{
background-color: #9F4838;
}
</style>
border-color css
<style>
span { border-color: #9F4838; }
span { border-color: rgb(159,72,56); }
td.TdClassName
{
border-color: #9F4838;
}
.TagClassName
{
border-color: #9F4838;
}
</style>