Shades of Saddle Brown #8F5514
Tints of Saddle Brown #8F5514
RGB
CMYK
RGB Variations
Color information
#8F5514 (or 0x8F5514) is known color: Saddle Brown. HEX triplet: 8F, 55 and 14. RGB value is (143,85,20). Sum of RGB (Red+Green+Blue) = 143+85+20=248 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.66% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5514 is #70AAEB. Grayscale: #5F5F5F. Windows color (decimal): -7383788 or 1332623. OLE color: 1332623.
HSL color Cylindrical-coordinate representation of color #8F5514: hue angle of 31.71º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F5514 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 85 | 20 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.44 |
| HSL | 31.71º | 0.75% | 0.32% | - |
| HSV(B) | 31.71º | 0.86% | 0.56% | - |
| XYZ | 14.7 | 12.39 | 2.28 | - |
| YUV | 94.93 | 85.72 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 20 | 0 | 0.41 | 0.86 | 0.44 | 31.71 | 0.75 | 0.32 |
| Hex | 8F | 55 | 14 | 0 | 29 | 56 | 2C | 20 | 4B | 20 |
| Octal | 217 | 125 | 24 | 0 | 51 | 126 | 54 | 40 | 113 | 40 |
| Binary | 10001111 | 1010101 | 10100 | 0 | 101001 | 1010110 | 101100 | 100000 | 1001011 | 100000 |
Color Harmonies of #8F5514
Complementary color
Monochromatic Colors of #8F5514
Black with #8F5514
Text Example
Text Example
White with #8F5514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5514; }
p { color: rgb(143,85,20); }
H1.HeaderClassName
{
color: #8F5514;
}
.AnyTagClassName
{
color: #8F5514;
}
</style>
background-color css
<style>
a { background-color: #8F5514; }
a { background-color: rgb(143,85,20); }
div.DivClassName
{
background-color: #8F5514;
}
.BgClassName
{
background-color: #8F5514;
}
</style>
border-color css
<style>
span { border-color: #8F5514; }
span { border-color: rgb(143,85,20); }
td.TdClassName
{
border-color: #8F5514;
}
.TagClassName
{
border-color: #8F5514;
}
</style>