Shades of Cognac #9D5040
Tints of Cognac #9D5040
RGB
CMYK
RGB Variations
Color information
#9D5040 (or 0x9D5040) is known color: Cognac. HEX triplet: 9D, 50 and 40. RGB value is (157,80,64). Sum of RGB (Red+Green+Blue) = 157+80+64=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5040 is #62AFBF. Grayscale: #656565. Windows color (decimal): -6467520 or 4214941. OLE color: 4214941.
HSL color Cylindrical-coordinate representation of color #9D5040: hue angle of 10.32º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D5040 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 80 | 64 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.38 |
| HSL | 10.32º | 0.42% | 0.43% | - |
| HSV(B) | 10.32º | 0.59% | 0.62% | - |
| XYZ | 17.7 | 13.28 | 6.48 | - |
| YUV | 101.2 | 107.01 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 64 | 0 | 0.49 | 0.59 | 0.38 | 10.32 | 0.42 | 0.43 |
| Hex | 9D | 50 | 40 | 0 | 31 | 3B | 26 | A | 2A | 2B |
| Octal | 235 | 120 | 100 | 0 | 61 | 73 | 46 | 12 | 52 | 53 |
| Binary | 10011101 | 1010000 | 1000000 | 0 | 110001 | 111011 | 100110 | 1010 | 101010 | 101011 |
Color Harmonies of #9D5040
Complementary color
Monochromatic Colors of #9D5040
Black with #9D5040
Text Example
Text Example
White with #9D5040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5040; }
p { color: rgb(157,80,64); }
H1.HeaderClassName
{
color: #9D5040;
}
.AnyTagClassName
{
color: #9D5040;
}
</style>
background-color css
<style>
a { background-color: #9D5040; }
a { background-color: rgb(157,80,64); }
div.DivClassName
{
background-color: #9D5040;
}
.BgClassName
{
background-color: #9D5040;
}
</style>
border-color css
<style>
span { border-color: #9D5040; }
span { border-color: rgb(157,80,64); }
td.TdClassName
{
border-color: #9D5040;
}
.TagClassName
{
border-color: #9D5040;
}
</style>