Shades of Saddle Brown #86500B
Tints of Saddle Brown #86500B
RGB
CMYK
RGB Variations
Color information
#86500B (or 0x86500B) is known color: Saddle Brown. HEX triplet: 86, 50 and 0B. RGB value is (134,80,11). Sum of RGB (Red+Green+Blue) = 134+80+11=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #86500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86500B is #79AFF4. Grayscale: #585858. Windows color (decimal): -7974901 or 741510. OLE color: 741510.
HSL color Cylindrical-coordinate representation of color #86500B: hue angle of 33.66º 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 #86500B is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 80 | 11 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.47 |
| HSL | 33.66º | 0.85% | 0.28% | - |
| HSV(B) | 33.66º | 0.92% | 0.53% | - |
| XYZ | 12.76 | 10.83 | 1.73 | - |
| YUV | 88.28 | 84.39 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 11 | 0 | 0.40 | 0.92 | 0.47 | 33.66 | 0.85 | 0.28 |
| Hex | 86 | 50 | B | 0 | 28 | 5C | 2F | 22 | 55 | 1C |
| Octal | 206 | 120 | 13 | 0 | 50 | 134 | 57 | 42 | 125 | 34 |
| Binary | 10000110 | 1010000 | 1011 | 0 | 101000 | 1011100 | 101111 | 100010 | 1010101 | 11100 |
Color Harmonies of #86500B
Complementary color
Monochromatic Colors of #86500B
Black with #86500B
Text Example
Text Example
White with #86500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86500B; }
p { color: rgb(134,80,11); }
H1.HeaderClassName
{
color: #86500B;
}
.AnyTagClassName
{
color: #86500B;
}
</style>
background-color css
<style>
a { background-color: #86500B; }
a { background-color: rgb(134,80,11); }
div.DivClassName
{
background-color: #86500B;
}
.BgClassName
{
background-color: #86500B;
}
</style>
border-color css
<style>
span { border-color: #86500B; }
span { border-color: rgb(134,80,11); }
td.TdClassName
{
border-color: #86500B;
}
.TagClassName
{
border-color: #86500B;
}
</style>