Shades of Crail #9F5C4F
Tints of Crail #9F5C4F
RGB
CMYK
RGB Variations
Color information
#9F5C4F (or 0x9F5C4F) is known color: Crail. HEX triplet: 9F, 5C and 4F. RGB value is (159,92,79). Sum of RGB (Red+Green+Blue) = 159+92+79=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5C4F is #60A3B0. Grayscale: #6E6E6E. Windows color (decimal): -6333361 or 5201055. OLE color: 5201055.
HSL color Cylindrical-coordinate representation of color #9F5C4F: hue angle of 9.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F5C4F is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 92 | 79 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.38 |
| HSL | 9.75º | 0.34% | 0.47% | - |
| HSV(B) | 9.75º | 0.5% | 0.62% | - |
| XYZ | 19.54 | 15.59 | 9.38 | - |
| YUV | 110.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 92 | 79 | 0 | 0.42 | 0.50 | 0.38 | 9.75 | 0.34 | 0.47 |
| Hex | 9F | 5C | 4F | 0 | 2A | 32 | 26 | A | 22 | 2F |
| Octal | 237 | 134 | 117 | 0 | 52 | 62 | 46 | 12 | 42 | 57 |
| Binary | 10011111 | 1011100 | 1001111 | 0 | 101010 | 110010 | 100110 | 1010 | 100010 | 101111 |
Color Harmonies of #9F5C4F
Complementary color
Monochromatic Colors of #9F5C4F
Black with #9F5C4F
Text Example
Text Example
White with #9F5C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5C4F; }
p { color: rgb(159,92,79); }
H1.HeaderClassName
{
color: #9F5C4F;
}
.AnyTagClassName
{
color: #9F5C4F;
}
</style>
background-color css
<style>
a { background-color: #9F5C4F; }
a { background-color: rgb(159,92,79); }
div.DivClassName
{
background-color: #9F5C4F;
}
.BgClassName
{
background-color: #9F5C4F;
}
</style>
border-color css
<style>
span { border-color: #9F5C4F; }
span { border-color: rgb(159,92,79); }
td.TdClassName
{
border-color: #9F5C4F;
}
.TagClassName
{
border-color: #9F5C4F;
}
</style>