Shades of Cognac #9D4A3C
Tints of Cognac #9D4A3C
RGB
CMYK
RGB Variations
Color information
#9D4A3C (or 0x9D4A3C) is known color: Cognac. HEX triplet: 9D, 4A and 3C. RGB value is (157,74,60). Sum of RGB (Red+Green+Blue) = 157+74+60=291 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.95% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4A3C is #62B5C3. Grayscale: #616161. Windows color (decimal): -6469060 or 3951261. OLE color: 3951261.
HSL color Cylindrical-coordinate representation of color #9D4A3C: hue angle of 8.66º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D4A3C is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 74 | 60 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.38 |
| HSL | 8.66º | 0.45% | 0.43% | - |
| HSV(B) | 8.66º | 0.62% | 0.62% | - |
| XYZ | 17.17 | 12.39 | 5.76 | - |
| YUV | 97.22 | 107 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 74 | 60 | 0 | 0.53 | 0.62 | 0.38 | 8.66 | 0.45 | 0.43 |
| Hex | 9D | 4A | 3C | 0 | 35 | 3E | 26 | 9 | 2D | 2B |
| Octal | 235 | 112 | 74 | 0 | 65 | 76 | 46 | 11 | 55 | 53 |
| Binary | 10011101 | 1001010 | 111100 | 0 | 110101 | 111110 | 100110 | 1001 | 101101 | 101011 |
Color Harmonies of #9D4A3C
Complementary color
Monochromatic Colors of #9D4A3C
Black with #9D4A3C
Text Example
Text Example
White with #9D4A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4A3C; }
p { color: rgb(157,74,60); }
H1.HeaderClassName
{
color: #9D4A3C;
}
.AnyTagClassName
{
color: #9D4A3C;
}
</style>
background-color css
<style>
a { background-color: #9D4A3C; }
a { background-color: rgb(157,74,60); }
div.DivClassName
{
background-color: #9D4A3C;
}
.BgClassName
{
background-color: #9D4A3C;
}
</style>
border-color css
<style>
span { border-color: #9D4A3C; }
span { border-color: rgb(157,74,60); }
td.TdClassName
{
border-color: #9D4A3C;
}
.TagClassName
{
border-color: #9D4A3C;
}
</style>