Shades of Saddle Brown #86470C
Tints of Saddle Brown #86470C
RGB
CMYK
RGB Variations
Color information
#86470C (or 0x86470C) is known color: Saddle Brown. HEX triplet: 86, 47 and 0C. RGB value is (134,71,12). Sum of RGB (Red+Green+Blue) = 134+71+12=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #86470C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86470C is #79B8F3. Grayscale: #535353. Windows color (decimal): -7977204 or 804742. OLE color: 804742.
HSL color Cylindrical-coordinate representation of color #86470C: hue angle of 29.02º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86470C is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 71 | 12 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.47 |
| HSL | 29.02º | 0.84% | 0.29% | - |
| HSV(B) | 29.02º | 0.91% | 0.53% | - |
| XYZ | 12.15 | 9.6 | 1.56 | - |
| YUV | 83.11 | 87.87 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 71 | 12 | 0 | 0.47 | 0.91 | 0.47 | 29.02 | 0.84 | 0.29 |
| Hex | 86 | 47 | C | 0 | 2F | 5B | 2F | 1D | 54 | 1D |
| Octal | 206 | 107 | 14 | 0 | 57 | 133 | 57 | 35 | 124 | 35 |
| Binary | 10000110 | 1000111 | 1100 | 0 | 101111 | 1011011 | 101111 | 11101 | 1010100 | 11101 |
Color Harmonies of #86470C
Complementary color
Monochromatic Colors of #86470C
Black with #86470C
Text Example
Text Example
White with #86470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86470C; }
p { color: rgb(134,71,12); }
H1.HeaderClassName
{
color: #86470C;
}
.AnyTagClassName
{
color: #86470C;
}
</style>
background-color css
<style>
a { background-color: #86470C; }
a { background-color: rgb(134,71,12); }
div.DivClassName
{
background-color: #86470C;
}
.BgClassName
{
background-color: #86470C;
}
</style>
border-color css
<style>
span { border-color: #86470C; }
span { border-color: rgb(134,71,12); }
td.TdClassName
{
border-color: #86470C;
}
.TagClassName
{
border-color: #86470C;
}
</style>