Shades of Crail #9E5242
Tints of Crail #9E5242
RGB
CMYK
RGB Variations
Color information
#9E5242 (or 0x9E5242) is known color: Crail. HEX triplet: 9E, 52 and 42. RGB value is (158,82,66). Sum of RGB (Red+Green+Blue) = 158+82+66=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5242 is #61ADBD. Grayscale: #676767. Windows color (decimal): -6401470 or 4346526. OLE color: 4346526.
HSL color Cylindrical-coordinate representation of color #9E5242: hue angle of 10.43º degrees, saturation: 0.41, 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 #9E5242 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 82 | 66 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.38 |
| HSL | 10.43º | 0.41% | 0.44% | - |
| HSV(B) | 10.43º | 0.58% | 0.62% | - |
| XYZ | 18.1 | 13.7 | 6.84 | - |
| YUV | 102.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 66 | 0 | 0.48 | 0.58 | 0.38 | 10.43 | 0.41 | 0.44 |
| Hex | 9E | 52 | 42 | 0 | 30 | 3A | 26 | A | 29 | 2C |
| Octal | 236 | 122 | 102 | 0 | 60 | 72 | 46 | 12 | 51 | 54 |
| Binary | 10011110 | 1010010 | 1000010 | 0 | 110000 | 111010 | 100110 | 1010 | 101001 | 101100 |
Color Harmonies of #9E5242
Complementary color
Monochromatic Colors of #9E5242
Black with #9E5242
Text Example
Text Example
White with #9E5242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5242; }
p { color: rgb(158,82,66); }
H1.HeaderClassName
{
color: #9E5242;
}
.AnyTagClassName
{
color: #9E5242;
}
</style>
background-color css
<style>
a { background-color: #9E5242; }
a { background-color: rgb(158,82,66); }
div.DivClassName
{
background-color: #9E5242;
}
.BgClassName
{
background-color: #9E5242;
}
</style>
border-color css
<style>
span { border-color: #9E5242; }
span { border-color: rgb(158,82,66); }
td.TdClassName
{
border-color: #9E5242;
}
.TagClassName
{
border-color: #9E5242;
}
</style>