Shades of Cognac #9D423D
Tints of Cognac #9D423D
RGB
CMYK
RGB Variations
Color information
#9D423D (or 0x9D423D) is known color: Cognac. HEX triplet: 9D, 42 and 3D. RGB value is (157,66,61). Sum of RGB (Red+Green+Blue) = 157+66+61=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D423D is #62BDC2. Grayscale: #5C5C5C. Windows color (decimal): -6471107 or 4014749. OLE color: 4014749.
HSL color Cylindrical-coordinate representation of color #9D423D: hue angle of 3.12º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D423D is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 66 | 61 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.38 |
| HSL | 3.13º | 0.44% | 0.43% | - |
| HSV(B) | 3.13º | 0.61% | 0.62% | - |
| XYZ | 16.7 | 11.4 | 5.74 | - |
| YUV | 92.64 | 110.15 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 66 | 61 | 0 | 0.58 | 0.61 | 0.38 | 3.13 | 0.44 | 0.43 |
| Hex | 9D | 42 | 3D | 0 | 3A | 3D | 26 | 3 | 2C | 2B |
| Octal | 235 | 102 | 75 | 0 | 72 | 75 | 46 | 3 | 54 | 53 |
| Binary | 10011101 | 1000010 | 111101 | 0 | 111010 | 111101 | 100110 | 11 | 101100 | 101011 |
Color Harmonies of #9D423D
Complementary color
Monochromatic Colors of #9D423D
Black with #9D423D
Text Example
Text Example
White with #9D423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D423D; }
p { color: rgb(157,66,61); }
H1.HeaderClassName
{
color: #9D423D;
}
.AnyTagClassName
{
color: #9D423D;
}
</style>
background-color css
<style>
a { background-color: #9D423D; }
a { background-color: rgb(157,66,61); }
div.DivClassName
{
background-color: #9D423D;
}
.BgClassName
{
background-color: #9D423D;
}
</style>
border-color css
<style>
span { border-color: #9D423D; }
span { border-color: rgb(157,66,61); }
td.TdClassName
{
border-color: #9D423D;
}
.TagClassName
{
border-color: #9D423D;
}
</style>