Shades of Cognac #9D503F
Tints of Cognac #9D503F
RGB
CMYK
RGB Variations
Color information
#9D503F (or 0x9D503F) is known color: Cognac. HEX triplet: 9D, 50 and 3F. RGB value is (157,80,63). Sum of RGB (Red+Green+Blue) = 157+80+63=300 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 157 - color contains mainly: red. Hex color #9D503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D503F is #62AFC0. Grayscale: #656565. Windows color (decimal): -6467521 or 4149405. OLE color: 4149405.
HSL color Cylindrical-coordinate representation of color #9D503F: hue angle of 10.85º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D503F is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 80 | 63 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.38 |
| HSL | 10.85º | 0.43% | 0.43% | - |
| HSV(B) | 10.85º | 0.6% | 0.62% | - |
| XYZ | 17.67 | 13.26 | 6.33 | - |
| YUV | 101.09 | 106.51 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 63 | 0 | 0.49 | 0.60 | 0.38 | 10.85 | 0.43 | 0.43 |
| Hex | 9D | 50 | 3F | 0 | 31 | 3C | 26 | B | 2B | 2B |
| Octal | 235 | 120 | 77 | 0 | 61 | 74 | 46 | 13 | 53 | 53 |
| Binary | 10011101 | 1010000 | 111111 | 0 | 110001 | 111100 | 100110 | 1011 | 101011 | 101011 |
Color Harmonies of #9D503F
Complementary color
Monochromatic Colors of #9D503F
Black with #9D503F
Text Example
Text Example
White with #9D503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D503F; }
p { color: rgb(157,80,63); }
H1.HeaderClassName
{
color: #9D503F;
}
.AnyTagClassName
{
color: #9D503F;
}
</style>
background-color css
<style>
a { background-color: #9D503F; }
a { background-color: rgb(157,80,63); }
div.DivClassName
{
background-color: #9D503F;
}
.BgClassName
{
background-color: #9D503F;
}
</style>
border-color css
<style>
span { border-color: #9D503F; }
span { border-color: rgb(157,80,63); }
td.TdClassName
{
border-color: #9D503F;
}
.TagClassName
{
border-color: #9D503F;
}
</style>