Shades of Crail #9F544A
Tints of Crail #9F544A
RGB
CMYK
RGB Variations
Color information
#9F544A (or 0x9F544A) is known color: Crail. HEX triplet: 9F, 54 and 4A. RGB value is (159,84,74). Sum of RGB (Red+Green+Blue) = 159+84+74=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F544A is #60ABB5. Grayscale: #696969. Windows color (decimal): -6335414 or 4871327. OLE color: 4871327.
HSL color Cylindrical-coordinate representation of color #9F544A: hue angle of 7.06º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F544A is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 84 | 74 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.38 |
| HSL | 7.06º | 0.36% | 0.46% | - |
| HSV(B) | 7.06º | 0.53% | 0.62% | - |
| XYZ | 18.7 | 14.21 | 8.23 | - |
| YUV | 105.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 74 | 0 | 0.47 | 0.53 | 0.38 | 7.06 | 0.36 | 0.46 |
| Hex | 9F | 54 | 4A | 0 | 2F | 35 | 26 | 7 | 24 | 2E |
| Octal | 237 | 124 | 112 | 0 | 57 | 65 | 46 | 7 | 44 | 56 |
| Binary | 10011111 | 1010100 | 1001010 | 0 | 101111 | 110101 | 100110 | 111 | 100100 | 101110 |
Color Harmonies of #9F544A
Complementary color
Monochromatic Colors of #9F544A
Black with #9F544A
Text Example
Text Example
White with #9F544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F544A; }
p { color: rgb(159,84,74); }
H1.HeaderClassName
{
color: #9F544A;
}
.AnyTagClassName
{
color: #9F544A;
}
</style>
background-color css
<style>
a { background-color: #9F544A; }
a { background-color: rgb(159,84,74); }
div.DivClassName
{
background-color: #9F544A;
}
.BgClassName
{
background-color: #9F544A;
}
</style>
border-color css
<style>
span { border-color: #9F544A; }
span { border-color: rgb(159,84,74); }
td.TdClassName
{
border-color: #9F544A;
}
.TagClassName
{
border-color: #9F544A;
}
</style>