Shades of Crail #9F5748
Tints of Crail #9F5748
RGB
CMYK
RGB Variations
Color information
#9F5748 (or 0x9F5748) is known color: Crail. HEX triplet: 9F, 57 and 48. RGB value is (159,87,72). Sum of RGB (Red+Green+Blue) = 159+87+72=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5748 is #60A8B7. Grayscale: #6A6A6A. Windows color (decimal): -6334648 or 4741023. OLE color: 4741023.
HSL color Cylindrical-coordinate representation of color #9F5748: hue angle of 10.34º 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 #9F5748 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 87 | 72 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.38 |
| HSL | 10.34º | 0.38% | 0.45% | - |
| HSV(B) | 10.34º | 0.55% | 0.62% | - |
| XYZ | 18.88 | 14.66 | 7.96 | - |
| YUV | 106.82 | 108.35 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 87 | 72 | 0 | 0.45 | 0.55 | 0.38 | 10.34 | 0.38 | 0.45 |
| Hex | 9F | 57 | 48 | 0 | 2D | 37 | 26 | A | 26 | 2D |
| Octal | 237 | 127 | 110 | 0 | 55 | 67 | 46 | 12 | 46 | 55 |
| Binary | 10011111 | 1010111 | 1001000 | 0 | 101101 | 110111 | 100110 | 1010 | 100110 | 101101 |
Color Harmonies of #9F5748
Complementary color
Monochromatic Colors of #9F5748
Black with #9F5748
Text Example
Text Example
White with #9F5748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5748; }
p { color: rgb(159,87,72); }
H1.HeaderClassName
{
color: #9F5748;
}
.AnyTagClassName
{
color: #9F5748;
}
</style>
background-color css
<style>
a { background-color: #9F5748; }
a { background-color: rgb(159,87,72); }
div.DivClassName
{
background-color: #9F5748;
}
.BgClassName
{
background-color: #9F5748;
}
</style>
border-color css
<style>
span { border-color: #9F5748; }
span { border-color: rgb(159,87,72); }
td.TdClassName
{
border-color: #9F5748;
}
.TagClassName
{
border-color: #9F5748;
}
</style>