Shades of Crail #9E5443
Tints of Crail #9E5443
RGB
CMYK
RGB Variations
Color information
#9E5443 (or 0x9E5443) is known color: Crail. HEX triplet: 9E, 54 and 43. RGB value is (158,84,67). Sum of RGB (Red+Green+Blue) = 158+84+67=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5443 is #61ABBC. Grayscale: #686868. Windows color (decimal): -6400957 or 4412574. OLE color: 4412574.
HSL color Cylindrical-coordinate representation of color #9E5443: hue angle of 11.21º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E5443 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 84 | 67 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.38 |
| HSL | 11.21º | 0.4% | 0.44% | - |
| HSV(B) | 11.21º | 0.58% | 0.62% | - |
| XYZ | 18.28 | 14.02 | 7.05 | - |
| YUV | 104.19 | 107.02 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 67 | 0 | 0.47 | 0.58 | 0.38 | 11.21 | 0.4 | 0.44 |
| Hex | 9E | 54 | 43 | 0 | 2F | 3A | 26 | B | 28 | 2C |
| Octal | 236 | 124 | 103 | 0 | 57 | 72 | 46 | 13 | 50 | 54 |
| Binary | 10011110 | 1010100 | 1000011 | 0 | 101111 | 111010 | 100110 | 1011 | 101000 | 101100 |
Color Harmonies of #9E5443
Complementary color
Monochromatic Colors of #9E5443
Black with #9E5443
Text Example
Text Example
White with #9E5443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5443; }
p { color: rgb(158,84,67); }
H1.HeaderClassName
{
color: #9E5443;
}
.AnyTagClassName
{
color: #9E5443;
}
</style>
background-color css
<style>
a { background-color: #9E5443; }
a { background-color: rgb(158,84,67); }
div.DivClassName
{
background-color: #9E5443;
}
.BgClassName
{
background-color: #9E5443;
}
</style>
border-color css
<style>
span { border-color: #9E5443; }
span { border-color: rgb(158,84,67); }
td.TdClassName
{
border-color: #9E5443;
}
.TagClassName
{
border-color: #9E5443;
}
</style>