Shades of Crail #9E5241
Tints of Crail #9E5241
RGB
CMYK
RGB Variations
Color information
#9E5241 (or 0x9E5241) is known color: Crail. HEX triplet: 9E, 52 and 41. RGB value is (158,82,65). Sum of RGB (Red+Green+Blue) = 158+82+65=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5241 is #61ADBE. Grayscale: #666666. Windows color (decimal): -6401471 or 4280990. OLE color: 4280990.
HSL color Cylindrical-coordinate representation of color #9E5241: hue angle of 10.97º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E5241 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 82 | 65 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.38 |
| HSL | 10.97º | 0.42% | 0.44% | - |
| HSV(B) | 10.97º | 0.59% | 0.62% | - |
| XYZ | 18.07 | 13.69 | 6.69 | - |
| YUV | 102.79 | 106.68 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 65 | 0 | 0.48 | 0.59 | 0.38 | 10.97 | 0.42 | 0.44 |
| Hex | 9E | 52 | 41 | 0 | 30 | 3B | 26 | B | 2A | 2C |
| Octal | 236 | 122 | 101 | 0 | 60 | 73 | 46 | 13 | 52 | 54 |
| Binary | 10011110 | 1010010 | 1000001 | 0 | 110000 | 111011 | 100110 | 1011 | 101010 | 101100 |
Color Harmonies of #9E5241
Complementary color
Monochromatic Colors of #9E5241
Black with #9E5241
Text Example
Text Example
White with #9E5241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5241; }
p { color: rgb(158,82,65); }
H1.HeaderClassName
{
color: #9E5241;
}
.AnyTagClassName
{
color: #9E5241;
}
</style>
background-color css
<style>
a { background-color: #9E5241; }
a { background-color: rgb(158,82,65); }
div.DivClassName
{
background-color: #9E5241;
}
.BgClassName
{
background-color: #9E5241;
}
</style>
border-color css
<style>
span { border-color: #9E5241; }
span { border-color: rgb(158,82,65); }
td.TdClassName
{
border-color: #9E5241;
}
.TagClassName
{
border-color: #9E5241;
}
</style>