Shades of Saddle Brown #8F460E
Tints of Saddle Brown #8F460E
RGB
CMYK
RGB Variations
Color information
#8F460E (or 0x8F460E) is known color: Saddle Brown. HEX triplet: 8F, 46 and 0E. RGB value is (143,70,14). Sum of RGB (Red+Green+Blue) = 143+70+14=227 (30% of max value = 765). Red value is 143 (56.25% from 255 or 63.00% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 143 - color contains mainly: red. Hex color #8F460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F460E is #70B9F1. Grayscale: #555555. Windows color (decimal): -7387634 or 935567. OLE color: 935567.
HSL color Cylindrical-coordinate representation of color #8F460E: hue angle of 26.05º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F460E is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 70 | 14 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.44 |
| HSL | 26.05º | 0.82% | 0.31% | - |
| HSV(B) | 26.05º | 0.9% | 0.56% | - |
| XYZ | 13.6 | 10.25 | 1.68 | - |
| YUV | 85.44 | 87.68 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 14 | 0 | 0.51 | 0.90 | 0.44 | 26.05 | 0.82 | 0.31 |
| Hex | 8F | 46 | E | 0 | 33 | 5A | 2C | 1A | 52 | 1F |
| Octal | 217 | 106 | 16 | 0 | 63 | 132 | 54 | 32 | 122 | 37 |
| Binary | 10001111 | 1000110 | 1110 | 0 | 110011 | 1011010 | 101100 | 11010 | 1010010 | 11111 |
Color Harmonies of #8F460E
Complementary color
Monochromatic Colors of #8F460E
Black with #8F460E
Text Example
Text Example
White with #8F460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F460E; }
p { color: rgb(143,70,14); }
H1.HeaderClassName
{
color: #8F460E;
}
.AnyTagClassName
{
color: #8F460E;
}
</style>
background-color css
<style>
a { background-color: #8F460E; }
a { background-color: rgb(143,70,14); }
div.DivClassName
{
background-color: #8F460E;
}
.BgClassName
{
background-color: #8F460E;
}
</style>
border-color css
<style>
span { border-color: #8F460E; }
span { border-color: rgb(143,70,14); }
td.TdClassName
{
border-color: #8F460E;
}
.TagClassName
{
border-color: #8F460E;
}
</style>