Shades of Saddle Brown #8F4706
Tints of Saddle Brown #8F4706
RGB
CMYK
RGB Variations
Color information
#8F4706 (or 0x8F4706) is known color: Saddle Brown. HEX triplet: 8F, 47 and 06. RGB value is (143,71,6). Sum of RGB (Red+Green+Blue) = 143+71+6=220 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4706 is #70B8F9. Grayscale: #555555. Windows color (decimal): -7387386 or 411535. OLE color: 411535.
HSL color Cylindrical-coordinate representation of color #8F4706: hue angle of 28.47º 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 #8F4706 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 71 | 6 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.44 |
| HSL | 28.47º | 0.92% | 0.29% | - |
| HSV(B) | 28.47º | 0.96% | 0.56% | - |
| XYZ | 13.61 | 10.36 | 1.45 | - |
| YUV | 85.12 | 83.35 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 71 | 6 | 0 | 0.50 | 0.96 | 0.44 | 28.47 | 0.92 | 0.29 |
| Hex | 8F | 47 | 6 | 0 | 32 | 60 | 2C | 1C | 5C | 1D |
| Octal | 217 | 107 | 6 | 0 | 62 | 140 | 54 | 34 | 134 | 35 |
| Binary | 10001111 | 1000111 | 110 | 0 | 110010 | 1100000 | 101100 | 11100 | 1011100 | 11101 |
Color Harmonies of #8F4706
Complementary color
Monochromatic Colors of #8F4706
Black with #8F4706
Text Example
Text Example
White with #8F4706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4706; }
p { color: rgb(143,71,6); }
H1.HeaderClassName
{
color: #8F4706;
}
.AnyTagClassName
{
color: #8F4706;
}
</style>
background-color css
<style>
a { background-color: #8F4706; }
a { background-color: rgb(143,71,6); }
div.DivClassName
{
background-color: #8F4706;
}
.BgClassName
{
background-color: #8F4706;
}
</style>
border-color css
<style>
span { border-color: #8F4706; }
span { border-color: rgb(143,71,6); }
td.TdClassName
{
border-color: #8F4706;
}
.TagClassName
{
border-color: #8F4706;
}
</style>