Shades of Cognac #9A473F
Tints of Cognac #9A473F
RGB
CMYK
RGB Variations
Color information
#9A473F (or 0x9A473F) is known color: Cognac. HEX triplet: 9A, 47 and 3F. RGB value is (154,71,63). Sum of RGB (Red+Green+Blue) = 154+71+63=288 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.47% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 154 - color contains mainly: red. Hex color #9A473F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A473F is #65B8C0. Grayscale: #5F5F5F. Windows color (decimal): -6666433 or 4147098. OLE color: 4147098.
HSL color Cylindrical-coordinate representation of color #9A473F: hue angle of 5.27º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A473F is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 71 | 63 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.40 |
| HSL | 5.27º | 0.42% | 0.43% | - |
| HSV(B) | 5.27º | 0.59% | 0.6% | - |
| XYZ | 16.48 | 11.74 | 6.1 | - |
| YUV | 94.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 71 | 63 | 0 | 0.54 | 0.59 | 0.40 | 5.27 | 0.42 | 0.43 |
| Hex | 9A | 47 | 3F | 0 | 36 | 3B | 28 | 5 | 2A | 2B |
| Octal | 232 | 107 | 77 | 0 | 66 | 73 | 50 | 5 | 52 | 53 |
| Binary | 10011010 | 1000111 | 111111 | 0 | 110110 | 111011 | 101000 | 101 | 101010 | 101011 |
Color Harmonies of #9A473F
Complementary color
Monochromatic Colors of #9A473F
Black with #9A473F
Text Example
Text Example
White with #9A473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A473F; }
p { color: rgb(154,71,63); }
H1.HeaderClassName
{
color: #9A473F;
}
.AnyTagClassName
{
color: #9A473F;
}
</style>
background-color css
<style>
a { background-color: #9A473F; }
a { background-color: rgb(154,71,63); }
div.DivClassName
{
background-color: #9A473F;
}
.BgClassName
{
background-color: #9A473F;
}
</style>
border-color css
<style>
span { border-color: #9A473F; }
span { border-color: rgb(154,71,63); }
td.TdClassName
{
border-color: #9A473F;
}
.TagClassName
{
border-color: #9A473F;
}
</style>