Shades of Crail #9E5948
Tints of Crail #9E5948
RGB
CMYK
RGB Variations
Color information
#9E5948 (or 0x9E5948) is known color: Crail. HEX triplet: 9E, 59 and 48. RGB value is (158,89,72). Sum of RGB (Red+Green+Blue) = 158+89+72=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5948 is #61A6B7. Grayscale: #6B6B6B. Windows color (decimal): -6399672 or 4741534. OLE color: 4741534.
HSL color Cylindrical-coordinate representation of color #9E5948: hue angle of 11.86º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E5948 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 89 | 72 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.38 |
| HSL | 11.86º | 0.37% | 0.45% | - |
| HSV(B) | 11.86º | 0.54% | 0.62% | - |
| XYZ | 18.84 | 14.88 | 8.01 | - |
| YUV | 107.69 | 107.86 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 89 | 72 | 0 | 0.44 | 0.54 | 0.38 | 11.86 | 0.37 | 0.45 |
| Hex | 9E | 59 | 48 | 0 | 2C | 36 | 26 | C | 25 | 2D |
| Octal | 236 | 131 | 110 | 0 | 54 | 66 | 46 | 14 | 45 | 55 |
| Binary | 10011110 | 1011001 | 1001000 | 0 | 101100 | 110110 | 100110 | 1100 | 100101 | 101101 |
Color Harmonies of #9E5948
Complementary color
Monochromatic Colors of #9E5948
Black with #9E5948
Text Example
Text Example
White with #9E5948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5948; }
p { color: rgb(158,89,72); }
H1.HeaderClassName
{
color: #9E5948;
}
.AnyTagClassName
{
color: #9E5948;
}
</style>
background-color css
<style>
a { background-color: #9E5948; }
a { background-color: rgb(158,89,72); }
div.DivClassName
{
background-color: #9E5948;
}
.BgClassName
{
background-color: #9E5948;
}
</style>
border-color css
<style>
span { border-color: #9E5948; }
span { border-color: rgb(158,89,72); }
td.TdClassName
{
border-color: #9E5948;
}
.TagClassName
{
border-color: #9E5948;
}
</style>