Shades of Saddle Brown #8F4806
Tints of Saddle Brown #8F4806
RGB
CMYK
RGB Variations
Color information
#8F4806 (or 0x8F4806) is known color: Saddle Brown. HEX triplet: 8F, 48 and 06. RGB value is (143,72,6). Sum of RGB (Red+Green+Blue) = 143+72+6=221 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.71% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4806 is #70B7F9. Grayscale: #565656. Windows color (decimal): -7387130 or 411791. OLE color: 411791.
HSL color Cylindrical-coordinate representation of color #8F4806: hue angle of 28.91º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F4806 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 72 | 6 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.44 |
| HSL | 28.91º | 0.92% | 0.29% | - |
| HSV(B) | 28.91º | 0.96% | 0.56% | - |
| XYZ | 13.68 | 10.49 | 1.48 | - |
| YUV | 85.71 | 83.02 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 6 | 0 | 0.50 | 0.96 | 0.44 | 28.91 | 0.92 | 0.29 |
| Hex | 8F | 48 | 6 | 0 | 32 | 60 | 2C | 1D | 5C | 1D |
| Octal | 217 | 110 | 6 | 0 | 62 | 140 | 54 | 35 | 134 | 35 |
| Binary | 10001111 | 1001000 | 110 | 0 | 110010 | 1100000 | 101100 | 11101 | 1011100 | 11101 |
Color Harmonies of #8F4806
Complementary color
Monochromatic Colors of #8F4806
Black with #8F4806
Text Example
Text Example
White with #8F4806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4806; }
p { color: rgb(143,72,6); }
H1.HeaderClassName
{
color: #8F4806;
}
.AnyTagClassName
{
color: #8F4806;
}
</style>
background-color css
<style>
a { background-color: #8F4806; }
a { background-color: rgb(143,72,6); }
div.DivClassName
{
background-color: #8F4806;
}
.BgClassName
{
background-color: #8F4806;
}
</style>
border-color css
<style>
span { border-color: #8F4806; }
span { border-color: rgb(143,72,6); }
td.TdClassName
{
border-color: #8F4806;
}
.TagClassName
{
border-color: #8F4806;
}
</style>