Shades of Cognac #9E433A
Tints of Cognac #9E433A
RGB
CMYK
RGB Variations
Color information
#9E433A (or 0x9E433A) is known color: Cognac. HEX triplet: 9E, 43 and 3A. RGB value is (158,67,58). Sum of RGB (Red+Green+Blue) = 158+67+58=283 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.83% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 158 - color contains mainly: red. Hex color #9E433A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E433A is #61BCC5. Grayscale: #5D5D5D. Windows color (decimal): -6405318 or 3818398. OLE color: 3818398.
HSL color Cylindrical-coordinate representation of color #9E433A: hue angle of 5.4º 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 #9E433A is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 67 | 58 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.38 |
| HSL | 5.4º | 0.46% | 0.42% | - |
| HSV(B) | 5.4º | 0.63% | 0.62% | - |
| XYZ | 16.87 | 11.59 | 5.35 | - |
| YUV | 93.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 58 | 0 | 0.58 | 0.63 | 0.38 | 5.4 | 0.46 | 0.42 |
| Hex | 9E | 43 | 3A | 0 | 3A | 3F | 26 | 5 | 2E | 2A |
| Octal | 236 | 103 | 72 | 0 | 72 | 77 | 46 | 5 | 56 | 52 |
| Binary | 10011110 | 1000011 | 111010 | 0 | 111010 | 111111 | 100110 | 101 | 101110 | 101010 |
Color Harmonies of #9E433A
Complementary color
Monochromatic Colors of #9E433A
Black with #9E433A
Text Example
Text Example
White with #9E433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E433A; }
p { color: rgb(158,67,58); }
H1.HeaderClassName
{
color: #9E433A;
}
.AnyTagClassName
{
color: #9E433A;
}
</style>
background-color css
<style>
a { background-color: #9E433A; }
a { background-color: rgb(158,67,58); }
div.DivClassName
{
background-color: #9E433A;
}
.BgClassName
{
background-color: #9E433A;
}
</style>
border-color css
<style>
span { border-color: #9E433A; }
span { border-color: rgb(158,67,58); }
td.TdClassName
{
border-color: #9E433A;
}
.TagClassName
{
border-color: #9E433A;
}
</style>