Shades of Crail #9D594E
Tints of Crail #9D594E
RGB
CMYK
RGB Variations
Color information
#9D594E (or 0x9D594E) is known color: Crail. HEX triplet: 9D, 59 and 4E. RGB value is (157,89,78). Sum of RGB (Red+Green+Blue) = 157+89+78=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D594E is #62A6B1. Grayscale: #6C6C6C. Windows color (decimal): -6465202 or 5134749. OLE color: 5134749.
HSL color Cylindrical-coordinate representation of color #9D594E: hue angle of 8.35º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D594E is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 89 | 78 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.38 |
| HSL | 8.35º | 0.34% | 0.46% | - |
| HSV(B) | 8.35º | 0.5% | 0.62% | - |
| XYZ | 18.85 | 14.86 | 9.08 | - |
| YUV | 108.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 78 | 0 | 0.43 | 0.50 | 0.38 | 8.35 | 0.34 | 0.46 |
| Hex | 9D | 59 | 4E | 0 | 2B | 32 | 26 | 8 | 22 | 2E |
| Octal | 235 | 131 | 116 | 0 | 53 | 62 | 46 | 10 | 42 | 56 |
| Binary | 10011101 | 1011001 | 1001110 | 0 | 101011 | 110010 | 100110 | 1000 | 100010 | 101110 |
Color Harmonies of #9D594E
Complementary color
Monochromatic Colors of #9D594E
Black with #9D594E
Text Example
Text Example
White with #9D594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D594E; }
p { color: rgb(157,89,78); }
H1.HeaderClassName
{
color: #9D594E;
}
.AnyTagClassName
{
color: #9D594E;
}
</style>
background-color css
<style>
a { background-color: #9D594E; }
a { background-color: rgb(157,89,78); }
div.DivClassName
{
background-color: #9D594E;
}
.BgClassName
{
background-color: #9D594E;
}
</style>
border-color css
<style>
span { border-color: #9D594E; }
span { border-color: rgb(157,89,78); }
td.TdClassName
{
border-color: #9D594E;
}
.TagClassName
{
border-color: #9D594E;
}
</style>