Shades of Saddle Brown #8F5118
Tints of Saddle Brown #8F5118
RGB
CMYK
RGB Variations
Color information
#8F5118 (or 0x8F5118) is known color: Saddle Brown. HEX triplet: 8F, 51 and 18. RGB value is (143,81,24). Sum of RGB (Red+Green+Blue) = 143+81+24=248 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.66% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5118 is #70AEE7. Grayscale: #5D5D5D. Windows color (decimal): -7384808 or 1593743. OLE color: 1593743.
HSL color Cylindrical-coordinate representation of color #8F5118: hue angle of 28.74º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F5118 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 81 | 24 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.44 |
| HSL | 28.74º | 0.71% | 0.33% | - |
| HSV(B) | 28.74º | 0.83% | 0.56% | - |
| XYZ | 14.43 | 11.79 | 2.38 | - |
| YUV | 93.04 | 89.04 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 81 | 24 | 0 | 0.43 | 0.83 | 0.44 | 28.74 | 0.71 | 0.33 |
| Hex | 8F | 51 | 18 | 0 | 2B | 53 | 2C | 1D | 47 | 21 |
| Octal | 217 | 121 | 30 | 0 | 53 | 123 | 54 | 35 | 107 | 41 |
| Binary | 10001111 | 1010001 | 11000 | 0 | 101011 | 1010011 | 101100 | 11101 | 1000111 | 100001 |
Color Harmonies of #8F5118
Complementary color
Monochromatic Colors of #8F5118
Black with #8F5118
Text Example
Text Example
White with #8F5118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5118; }
p { color: rgb(143,81,24); }
H1.HeaderClassName
{
color: #8F5118;
}
.AnyTagClassName
{
color: #8F5118;
}
</style>
background-color css
<style>
a { background-color: #8F5118; }
a { background-color: rgb(143,81,24); }
div.DivClassName
{
background-color: #8F5118;
}
.BgClassName
{
background-color: #8F5118;
}
</style>
border-color css
<style>
span { border-color: #8F5118; }
span { border-color: rgb(143,81,24); }
td.TdClassName
{
border-color: #8F5118;
}
.TagClassName
{
border-color: #8F5118;
}
</style>