Shades of Saddle Brown #86510B
Tints of Saddle Brown #86510B
RGB
CMYK
RGB Variations
Color information
#86510B (or 0x86510B) is known color: Saddle Brown. HEX triplet: 86, 51 and 0B. RGB value is (134,81,11). Sum of RGB (Red+Green+Blue) = 134+81+11=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #86510B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86510B is #79AEF4. Grayscale: #595959. Windows color (decimal): -7974645 or 741766. OLE color: 741766.
HSL color Cylindrical-coordinate representation of color #86510B: hue angle of 34.15º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86510B is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 81 | 11 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.47 |
| HSL | 34.15º | 0.85% | 0.28% | - |
| HSV(B) | 34.15º | 0.92% | 0.53% | - |
| XYZ | 12.83 | 10.98 | 1.76 | - |
| YUV | 88.87 | 84.06 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 81 | 11 | 0 | 0.40 | 0.92 | 0.47 | 34.15 | 0.85 | 0.28 |
| Hex | 86 | 51 | B | 0 | 28 | 5C | 2F | 22 | 55 | 1C |
| Octal | 206 | 121 | 13 | 0 | 50 | 134 | 57 | 42 | 125 | 34 |
| Binary | 10000110 | 1010001 | 1011 | 0 | 101000 | 1011100 | 101111 | 100010 | 1010101 | 11100 |
Color Harmonies of #86510B
Complementary color
Monochromatic Colors of #86510B
Black with #86510B
Text Example
Text Example
White with #86510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86510B; }
p { color: rgb(134,81,11); }
H1.HeaderClassName
{
color: #86510B;
}
.AnyTagClassName
{
color: #86510B;
}
</style>
background-color css
<style>
a { background-color: #86510B; }
a { background-color: rgb(134,81,11); }
div.DivClassName
{
background-color: #86510B;
}
.BgClassName
{
background-color: #86510B;
}
</style>
border-color css
<style>
span { border-color: #86510B; }
span { border-color: rgb(134,81,11); }
td.TdClassName
{
border-color: #86510B;
}
.TagClassName
{
border-color: #86510B;
}
</style>