Shades of Crail #9E5547
Tints of Crail #9E5547
RGB
CMYK
RGB Variations
Color information
#9E5547 (or 0x9E5547) is known color: Crail. HEX triplet: 9E, 55 and 47. RGB value is (158,85,71). Sum of RGB (Red+Green+Blue) = 158+85+71=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5547 is #61AAB8. Grayscale: #696969. Windows color (decimal): -6400697 or 4674974. OLE color: 4674974.
HSL color Cylindrical-coordinate representation of color #9E5547: hue angle of 9.66º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E5547 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 71 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.38 |
| HSL | 9.66º | 0.38% | 0.45% | - |
| HSV(B) | 9.66º | 0.55% | 0.62% | - |
| XYZ | 18.49 | 14.22 | 7.73 | - |
| YUV | 105.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 71 | 0 | 0.46 | 0.55 | 0.38 | 9.66 | 0.38 | 0.45 |
| Hex | 9E | 55 | 47 | 0 | 2E | 37 | 26 | A | 26 | 2D |
| Octal | 236 | 125 | 107 | 0 | 56 | 67 | 46 | 12 | 46 | 55 |
| Binary | 10011110 | 1010101 | 1000111 | 0 | 101110 | 110111 | 100110 | 1010 | 100110 | 101101 |
Color Harmonies of #9E5547
Complementary color
Monochromatic Colors of #9E5547
Black with #9E5547
Text Example
Text Example
White with #9E5547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5547; }
p { color: rgb(158,85,71); }
H1.HeaderClassName
{
color: #9E5547;
}
.AnyTagClassName
{
color: #9E5547;
}
</style>
background-color css
<style>
a { background-color: #9E5547; }
a { background-color: rgb(158,85,71); }
div.DivClassName
{
background-color: #9E5547;
}
.BgClassName
{
background-color: #9E5547;
}
</style>
border-color css
<style>
span { border-color: #9E5547; }
span { border-color: rgb(158,85,71); }
td.TdClassName
{
border-color: #9E5547;
}
.TagClassName
{
border-color: #9E5547;
}
</style>