Shades of Cognac #9E453A
Tints of Cognac #9E453A
RGB
CMYK
RGB Variations
Color information
#9E453A (or 0x9E453A) is known color: Cognac. HEX triplet: 9E, 45 and 3A. RGB value is (158,69,58). Sum of RGB (Red+Green+Blue) = 158+69+58=285 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.44% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 158 - color contains mainly: red. Hex color #9E453A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E453A is #61BAC5. Grayscale: #5E5E5E. Windows color (decimal): -6404806 or 3818910. OLE color: 3818910.
HSL color Cylindrical-coordinate representation of color #9E453A: hue angle of 6.6º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E453A is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 69 | 58 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.38 |
| HSL | 6.6º | 0.46% | 0.42% | - |
| HSV(B) | 6.6º | 0.63% | 0.62% | - |
| XYZ | 16.99 | 11.83 | 5.39 | - |
| YUV | 94.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 69 | 58 | 0 | 0.56 | 0.63 | 0.38 | 6.6 | 0.46 | 0.42 |
| Hex | 9E | 45 | 3A | 0 | 38 | 3F | 26 | 7 | 2E | 2A |
| Octal | 236 | 105 | 72 | 0 | 70 | 77 | 46 | 7 | 56 | 52 |
| Binary | 10011110 | 1000101 | 111010 | 0 | 111000 | 111111 | 100110 | 111 | 101110 | 101010 |
Color Harmonies of #9E453A
Complementary color
Monochromatic Colors of #9E453A
Black with #9E453A
Text Example
Text Example
White with #9E453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E453A; }
p { color: rgb(158,69,58); }
H1.HeaderClassName
{
color: #9E453A;
}
.AnyTagClassName
{
color: #9E453A;
}
</style>
background-color css
<style>
a { background-color: #9E453A; }
a { background-color: rgb(158,69,58); }
div.DivClassName
{
background-color: #9E453A;
}
.BgClassName
{
background-color: #9E453A;
}
</style>
border-color css
<style>
span { border-color: #9E453A; }
span { border-color: rgb(158,69,58); }
td.TdClassName
{
border-color: #9E453A;
}
.TagClassName
{
border-color: #9E453A;
}
</style>