Shades of Crail #9F5341
Tints of Crail #9F5341
RGB
CMYK
RGB Variations
Color information
#9F5341 (or 0x9F5341) is known color: Crail. HEX triplet: 9F, 53 and 41. RGB value is (159,83,65). Sum of RGB (Red+Green+Blue) = 159+83+65=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5341 is #60ACBE. Grayscale: #676767. Windows color (decimal): -6335679 or 4281247. OLE color: 4281247.
HSL color Cylindrical-coordinate representation of color #9F5341: hue angle of 11.49º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F5341 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 65 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.38 |
| HSL | 11.49º | 0.42% | 0.44% | - |
| HSV(B) | 11.49º | 0.59% | 0.62% | - |
| XYZ | 18.35 | 13.94 | 6.72 | - |
| YUV | 103.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 65 | 0 | 0.48 | 0.59 | 0.38 | 11.49 | 0.42 | 0.44 |
| Hex | 9F | 53 | 41 | 0 | 30 | 3B | 26 | B | 2A | 2C |
| Octal | 237 | 123 | 101 | 0 | 60 | 73 | 46 | 13 | 52 | 54 |
| Binary | 10011111 | 1010011 | 1000001 | 0 | 110000 | 111011 | 100110 | 1011 | 101010 | 101100 |
Color Harmonies of #9F5341
Complementary color
Monochromatic Colors of #9F5341
Black with #9F5341
Text Example
Text Example
White with #9F5341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5341; }
p { color: rgb(159,83,65); }
H1.HeaderClassName
{
color: #9F5341;
}
.AnyTagClassName
{
color: #9F5341;
}
</style>
background-color css
<style>
a { background-color: #9F5341; }
a { background-color: rgb(159,83,65); }
div.DivClassName
{
background-color: #9F5341;
}
.BgClassName
{
background-color: #9F5341;
}
</style>
border-color css
<style>
span { border-color: #9F5341; }
span { border-color: rgb(159,83,65); }
td.TdClassName
{
border-color: #9F5341;
}
.TagClassName
{
border-color: #9F5341;
}
</style>