Shades of Cognac #9B4740
Tints of Cognac #9B4740
RGB
CMYK
RGB Variations
Color information
#9B4740 (or 0x9B4740) is known color: Cognac. HEX triplet: 9B, 47 and 40. RGB value is (155,71,64). Sum of RGB (Red+Green+Blue) = 155+71+64=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4740 is #64B8BF. Grayscale: #5F5F5F. Windows color (decimal): -6600896 or 4212635. OLE color: 4212635.
HSL color Cylindrical-coordinate representation of color #9B4740: hue angle of 4.62º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B4740 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 71 | 64 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.39 |
| HSL | 4.62º | 0.42% | 0.43% | - |
| HSV(B) | 4.62º | 0.59% | 0.61% | - |
| XYZ | 16.7 | 11.85 | 6.26 | - |
| YUV | 95.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 71 | 64 | 0 | 0.54 | 0.59 | 0.39 | 4.62 | 0.42 | 0.43 |
| Hex | 9B | 47 | 40 | 0 | 36 | 3B | 27 | 5 | 2A | 2B |
| Octal | 233 | 107 | 100 | 0 | 66 | 73 | 47 | 5 | 52 | 53 |
| Binary | 10011011 | 1000111 | 1000000 | 0 | 110110 | 111011 | 100111 | 101 | 101010 | 101011 |
Color Harmonies of #9B4740
Complementary color
Monochromatic Colors of #9B4740
Black with #9B4740
Text Example
Text Example
White with #9B4740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4740; }
p { color: rgb(155,71,64); }
H1.HeaderClassName
{
color: #9B4740;
}
.AnyTagClassName
{
color: #9B4740;
}
</style>
background-color css
<style>
a { background-color: #9B4740; }
a { background-color: rgb(155,71,64); }
div.DivClassName
{
background-color: #9B4740;
}
.BgClassName
{
background-color: #9B4740;
}
</style>
border-color css
<style>
span { border-color: #9B4740; }
span { border-color: rgb(155,71,64); }
td.TdClassName
{
border-color: #9B4740;
}
.TagClassName
{
border-color: #9B4740;
}
</style>