Shades of Crail #9F5C4D
Tints of Crail #9F5C4D
RGB
CMYK
RGB Variations
Color information
#9F5C4D (or 0x9F5C4D) is known color: Crail. HEX triplet: 9F, 5C and 4D. RGB value is (159,92,77). Sum of RGB (Red+Green+Blue) = 159+92+77=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5C4D is #60A3B2. Grayscale: #6E6E6E. Windows color (decimal): -6333363 or 5069983. OLE color: 5069983.
HSL color Cylindrical-coordinate representation of color #9F5C4D: hue angle of 10.98º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F5C4D is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 92 | 77 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.38 |
| HSL | 10.98º | 0.35% | 0.46% | - |
| HSV(B) | 10.98º | 0.52% | 0.62% | - |
| XYZ | 19.46 | 15.56 | 9 | - |
| YUV | 110.32 | 109.2 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 92 | 77 | 0 | 0.42 | 0.52 | 0.38 | 10.98 | 0.35 | 0.46 |
| Hex | 9F | 5C | 4D | 0 | 2A | 34 | 26 | B | 23 | 2E |
| Octal | 237 | 134 | 115 | 0 | 52 | 64 | 46 | 13 | 43 | 56 |
| Binary | 10011111 | 1011100 | 1001101 | 0 | 101010 | 110100 | 100110 | 1011 | 100011 | 101110 |
Color Harmonies of #9F5C4D
Complementary color
Monochromatic Colors of #9F5C4D
Black with #9F5C4D
Text Example
Text Example
White with #9F5C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5C4D; }
p { color: rgb(159,92,77); }
H1.HeaderClassName
{
color: #9F5C4D;
}
.AnyTagClassName
{
color: #9F5C4D;
}
</style>
background-color css
<style>
a { background-color: #9F5C4D; }
a { background-color: rgb(159,92,77); }
div.DivClassName
{
background-color: #9F5C4D;
}
.BgClassName
{
background-color: #9F5C4D;
}
</style>
border-color css
<style>
span { border-color: #9F5C4D; }
span { border-color: rgb(159,92,77); }
td.TdClassName
{
border-color: #9F5C4D;
}
.TagClassName
{
border-color: #9F5C4D;
}
</style>