Shades of Cognac #9E453D
Tints of Cognac #9E453D
RGB
CMYK
RGB Variations
Color information
#9E453D (or 0x9E453D) is known color: Cognac. HEX triplet: 9E, 45 and 3D. RGB value is (158,69,61). Sum of RGB (Red+Green+Blue) = 158+69+61=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E453D is #61BAC2. Grayscale: #5E5E5E. Windows color (decimal): -6404803 or 4015518. OLE color: 4015518.
HSL color Cylindrical-coordinate representation of color #9E453D: hue angle of 4.95º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E453D is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 69 | 61 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.38 |
| HSL | 4.95º | 0.44% | 0.43% | - |
| HSV(B) | 4.95º | 0.61% | 0.62% | - |
| XYZ | 17.07 | 11.86 | 5.8 | - |
| YUV | 94.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 69 | 61 | 0 | 0.56 | 0.61 | 0.38 | 4.95 | 0.44 | 0.43 |
| Hex | 9E | 45 | 3D | 0 | 38 | 3D | 26 | 5 | 2C | 2B |
| Octal | 236 | 105 | 75 | 0 | 70 | 75 | 46 | 5 | 54 | 53 |
| Binary | 10011110 | 1000101 | 111101 | 0 | 111000 | 111101 | 100110 | 101 | 101100 | 101011 |
Color Harmonies of #9E453D
Complementary color
Monochromatic Colors of #9E453D
Black with #9E453D
Text Example
Text Example
White with #9E453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E453D; }
p { color: rgb(158,69,61); }
H1.HeaderClassName
{
color: #9E453D;
}
.AnyTagClassName
{
color: #9E453D;
}
</style>
background-color css
<style>
a { background-color: #9E453D; }
a { background-color: rgb(158,69,61); }
div.DivClassName
{
background-color: #9E453D;
}
.BgClassName
{
background-color: #9E453D;
}
</style>
border-color css
<style>
span { border-color: #9E453D; }
span { border-color: rgb(158,69,61); }
td.TdClassName
{
border-color: #9E453D;
}
.TagClassName
{
border-color: #9E453D;
}
</style>