Shades of Crail #9E5A49
Tints of Crail #9E5A49
RGB
CMYK
RGB Variations
Color information
#9E5A49 (or 0x9E5A49) is known color: Crail. HEX triplet: 9E, 5A and 49. RGB value is (158,90,73). Sum of RGB (Red+Green+Blue) = 158+90+73=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5A49 is #61A5B6. Grayscale: #6C6C6C. Windows color (decimal): -6399415 or 4807326. OLE color: 4807326.
HSL color Cylindrical-coordinate representation of color #9E5A49: hue angle of 12º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E5A49 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 90 | 73 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.38 |
| HSL | 12º | 0.37% | 0.45% | - |
| HSV(B) | 12º | 0.54% | 0.62% | - |
| XYZ | 18.96 | 15.06 | 8.21 | - |
| YUV | 108.39 | 108.03 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 73 | 0 | 0.43 | 0.54 | 0.38 | 12 | 0.37 | 0.45 |
| Hex | 9E | 5A | 49 | 0 | 2B | 36 | 26 | C | 25 | 2D |
| Octal | 236 | 132 | 111 | 0 | 53 | 66 | 46 | 14 | 45 | 55 |
| Binary | 10011110 | 1011010 | 1001001 | 0 | 101011 | 110110 | 100110 | 1100 | 100101 | 101101 |
Color Harmonies of #9E5A49
Complementary color
Monochromatic Colors of #9E5A49
Black with #9E5A49
Text Example
Text Example
White with #9E5A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5A49; }
p { color: rgb(158,90,73); }
H1.HeaderClassName
{
color: #9E5A49;
}
.AnyTagClassName
{
color: #9E5A49;
}
</style>
background-color css
<style>
a { background-color: #9E5A49; }
a { background-color: rgb(158,90,73); }
div.DivClassName
{
background-color: #9E5A49;
}
.BgClassName
{
background-color: #9E5A49;
}
</style>
border-color css
<style>
span { border-color: #9E5A49; }
span { border-color: rgb(158,90,73); }
td.TdClassName
{
border-color: #9E5A49;
}
.TagClassName
{
border-color: #9E5A49;
}
</style>