Shades of Crail #9D5B4E
Tints of Crail #9D5B4E
RGB
CMYK
RGB Variations
Color information
#9D5B4E (or 0x9D5B4E) is known color: Crail. HEX triplet: 9D, 5B and 4E. RGB value is (157,91,78). Sum of RGB (Red+Green+Blue) = 157+91+78=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5B4E is #62A4B1. Grayscale: #6D6D6D. Windows color (decimal): -6464690 or 5135261. OLE color: 5135261.
HSL color Cylindrical-coordinate representation of color #9D5B4E: hue angle of 9.87º 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 #9D5B4E is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 91 | 78 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.38 |
| HSL | 9.87º | 0.34% | 0.46% | - |
| HSV(B) | 9.87º | 0.5% | 0.62% | - |
| XYZ | 19.02 | 15.2 | 9.14 | - |
| YUV | 109.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 91 | 78 | 0 | 0.42 | 0.50 | 0.38 | 9.87 | 0.34 | 0.46 |
| Hex | 9D | 5B | 4E | 0 | 2A | 32 | 26 | A | 22 | 2E |
| Octal | 235 | 133 | 116 | 0 | 52 | 62 | 46 | 12 | 42 | 56 |
| Binary | 10011101 | 1011011 | 1001110 | 0 | 101010 | 110010 | 100110 | 1010 | 100010 | 101110 |
Color Harmonies of #9D5B4E
Complementary color
Monochromatic Colors of #9D5B4E
Black with #9D5B4E
Text Example
Text Example
White with #9D5B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5B4E; }
p { color: rgb(157,91,78); }
H1.HeaderClassName
{
color: #9D5B4E;
}
.AnyTagClassName
{
color: #9D5B4E;
}
</style>
background-color css
<style>
a { background-color: #9D5B4E; }
a { background-color: rgb(157,91,78); }
div.DivClassName
{
background-color: #9D5B4E;
}
.BgClassName
{
background-color: #9D5B4E;
}
</style>
border-color css
<style>
span { border-color: #9D5B4E; }
span { border-color: rgb(157,91,78); }
td.TdClassName
{
border-color: #9D5B4E;
}
.TagClassName
{
border-color: #9D5B4E;
}
</style>