Shades of Cognac #9D493D
Tints of Cognac #9D493D
RGB
CMYK
RGB Variations
Color information
#9D493D (or 0x9D493D) is known color: Cognac. HEX triplet: 9D, 49 and 3D. RGB value is (157,73,61). Sum of RGB (Red+Green+Blue) = 157+73+61=291 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.95% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 157 - color contains mainly: red. Hex color #9D493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D493D is #62B6C2. Grayscale: #606060. Windows color (decimal): -6469315 or 4016541. OLE color: 4016541.
HSL color Cylindrical-coordinate representation of color #9D493D: hue angle of 7.5º 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 #9D493D is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 73 | 61 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.38 |
| HSL | 7.5º | 0.44% | 0.43% | - |
| HSV(B) | 7.5º | 0.61% | 0.62% | - |
| XYZ | 17.13 | 12.27 | 5.88 | - |
| YUV | 96.75 | 107.83 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 73 | 61 | 0 | 0.54 | 0.61 | 0.38 | 7.5 | 0.44 | 0.43 |
| Hex | 9D | 49 | 3D | 0 | 36 | 3D | 26 | 8 | 2C | 2B |
| Octal | 235 | 111 | 75 | 0 | 66 | 75 | 46 | 10 | 54 | 53 |
| Binary | 10011101 | 1001001 | 111101 | 0 | 110110 | 111101 | 100110 | 1000 | 101100 | 101011 |
Color Harmonies of #9D493D
Complementary color
Monochromatic Colors of #9D493D
Black with #9D493D
Text Example
Text Example
White with #9D493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D493D; }
p { color: rgb(157,73,61); }
H1.HeaderClassName
{
color: #9D493D;
}
.AnyTagClassName
{
color: #9D493D;
}
</style>
background-color css
<style>
a { background-color: #9D493D; }
a { background-color: rgb(157,73,61); }
div.DivClassName
{
background-color: #9D493D;
}
.BgClassName
{
background-color: #9D493D;
}
</style>
border-color css
<style>
span { border-color: #9D493D; }
span { border-color: rgb(157,73,61); }
td.TdClassName
{
border-color: #9D493D;
}
.TagClassName
{
border-color: #9D493D;
}
</style>