Shades of Crail #9E544A
Tints of Crail #9E544A
RGB
CMYK
RGB Variations
Color information
#9E544A (or 0x9E544A) is known color: Crail. HEX triplet: 9E, 54 and 4A. RGB value is (158,84,74). Sum of RGB (Red+Green+Blue) = 158+84+74=316 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 158 - color contains mainly: red. Hex color #9E544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E544A is #61ABB5. Grayscale: #696969. Windows color (decimal): -6400950 or 4871326. OLE color: 4871326.
HSL color Cylindrical-coordinate representation of color #9E544A: hue angle of 7.14º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E544A is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 84 | 74 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.38 |
| HSL | 7.14º | 0.36% | 0.45% | - |
| HSV(B) | 7.14º | 0.53% | 0.62% | - |
| XYZ | 18.51 | 14.1 | 8.23 | - |
| YUV | 104.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 74 | 0 | 0.47 | 0.53 | 0.38 | 7.14 | 0.36 | 0.45 |
| Hex | 9E | 54 | 4A | 0 | 2F | 35 | 26 | 7 | 24 | 2D |
| Octal | 236 | 124 | 112 | 0 | 57 | 65 | 46 | 7 | 44 | 55 |
| Binary | 10011110 | 1010100 | 1001010 | 0 | 101111 | 110101 | 100110 | 111 | 100100 | 101101 |
Color Harmonies of #9E544A
Complementary color
Monochromatic Colors of #9E544A
Black with #9E544A
Text Example
Text Example
White with #9E544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E544A; }
p { color: rgb(158,84,74); }
H1.HeaderClassName
{
color: #9E544A;
}
.AnyTagClassName
{
color: #9E544A;
}
</style>
background-color css
<style>
a { background-color: #9E544A; }
a { background-color: rgb(158,84,74); }
div.DivClassName
{
background-color: #9E544A;
}
.BgClassName
{
background-color: #9E544A;
}
</style>
border-color css
<style>
span { border-color: #9E544A; }
span { border-color: rgb(158,84,74); }
td.TdClassName
{
border-color: #9E544A;
}
.TagClassName
{
border-color: #9E544A;
}
</style>