Shades of Crail #9F5545
Tints of Crail #9F5545
RGB
CMYK
RGB Variations
Color information
#9F5545 (or 0x9F5545) is known color: Crail. HEX triplet: 9F, 55 and 45. RGB value is (159,85,69). Sum of RGB (Red+Green+Blue) = 159+85+69=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5545 is #60AABA. Grayscale: #696969. Windows color (decimal): -6335163 or 4543903. OLE color: 4543903.
HSL color Cylindrical-coordinate representation of color #9F5545: hue angle of 10.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F5545 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 69 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.38 |
| HSL | 10.67º | 0.39% | 0.45% | - |
| HSV(B) | 10.67º | 0.57% | 0.62% | - |
| XYZ | 18.62 | 14.3 | 7.41 | - |
| YUV | 105.3 | 107.52 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 69 | 0 | 0.47 | 0.57 | 0.38 | 10.67 | 0.39 | 0.45 |
| Hex | 9F | 55 | 45 | 0 | 2F | 39 | 26 | B | 27 | 2D |
| Octal | 237 | 125 | 105 | 0 | 57 | 71 | 46 | 13 | 47 | 55 |
| Binary | 10011111 | 1010101 | 1000101 | 0 | 101111 | 111001 | 100110 | 1011 | 100111 | 101101 |
Color Harmonies of #9F5545
Complementary color
Monochromatic Colors of #9F5545
Black with #9F5545
Text Example
Text Example
White with #9F5545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5545; }
p { color: rgb(159,85,69); }
H1.HeaderClassName
{
color: #9F5545;
}
.AnyTagClassName
{
color: #9F5545;
}
</style>
background-color css
<style>
a { background-color: #9F5545; }
a { background-color: rgb(159,85,69); }
div.DivClassName
{
background-color: #9F5545;
}
.BgClassName
{
background-color: #9F5545;
}
</style>
border-color css
<style>
span { border-color: #9F5545; }
span { border-color: rgb(159,85,69); }
td.TdClassName
{
border-color: #9F5545;
}
.TagClassName
{
border-color: #9F5545;
}
</style>