Shades of Cognac #9F483F
Tints of Cognac #9F483F
RGB
CMYK
RGB Variations
Color information
#9F483F (or 0x9F483F) is known color: Cognac. HEX triplet: 9F, 48 and 3F. RGB value is (159,72,63). Sum of RGB (Red+Green+Blue) = 159+72+63=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F483F is #60B7C0. Grayscale: #616161. Windows color (decimal): -6338497 or 4147359. OLE color: 4147359.
HSL color Cylindrical-coordinate representation of color #9F483F: hue angle of 5.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F483F is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 72 | 63 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.38 |
| HSL | 5.63º | 0.43% | 0.44% | - |
| HSV(B) | 5.63º | 0.6% | 0.62% | - |
| XYZ | 17.51 | 12.36 | 6.17 | - |
| YUV | 96.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 72 | 63 | 0 | 0.55 | 0.60 | 0.38 | 5.63 | 0.43 | 0.44 |
| Hex | 9F | 48 | 3F | 0 | 37 | 3C | 26 | 6 | 2B | 2C |
| Octal | 237 | 110 | 77 | 0 | 67 | 74 | 46 | 6 | 53 | 54 |
| Binary | 10011111 | 1001000 | 111111 | 0 | 110111 | 111100 | 100110 | 110 | 101011 | 101100 |
Color Harmonies of #9F483F
Complementary color
Monochromatic Colors of #9F483F
Black with #9F483F
Text Example
Text Example
White with #9F483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F483F; }
p { color: rgb(159,72,63); }
H1.HeaderClassName
{
color: #9F483F;
}
.AnyTagClassName
{
color: #9F483F;
}
</style>
background-color css
<style>
a { background-color: #9F483F; }
a { background-color: rgb(159,72,63); }
div.DivClassName
{
background-color: #9F483F;
}
.BgClassName
{
background-color: #9F483F;
}
</style>
border-color css
<style>
span { border-color: #9F483F; }
span { border-color: rgb(159,72,63); }
td.TdClassName
{
border-color: #9F483F;
}
.TagClassName
{
border-color: #9F483F;
}
</style>