Shades of Saddle Brown #86530C
Tints of Saddle Brown #86530C
RGB
CMYK
RGB Variations
Color information
#86530C (or 0x86530C) is known color: Saddle Brown. HEX triplet: 86, 53 and 0C. RGB value is (134,83,12). Sum of RGB (Red+Green+Blue) = 134+83+12=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86530C is #79ACF3. Grayscale: #5A5A5A. Windows color (decimal): -7974132 or 807814. OLE color: 807814.
HSL color Cylindrical-coordinate representation of color #86530C: hue angle of 34.92º 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 #86530C is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 12 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.47 |
| HSL | 34.92º | 0.84% | 0.29% | - |
| HSV(B) | 34.92º | 0.91% | 0.53% | - |
| XYZ | 12.99 | 11.28 | 1.84 | - |
| YUV | 90.16 | 83.9 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 12 | 0 | 0.38 | 0.91 | 0.47 | 34.92 | 0.84 | 0.29 |
| Hex | 86 | 53 | C | 0 | 26 | 5B | 2F | 23 | 54 | 1D |
| Octal | 206 | 123 | 14 | 0 | 46 | 133 | 57 | 43 | 124 | 35 |
| Binary | 10000110 | 1010011 | 1100 | 0 | 100110 | 1011011 | 101111 | 100011 | 1010100 | 11101 |
Color Harmonies of #86530C
Complementary color
Monochromatic Colors of #86530C
Black with #86530C
Text Example
Text Example
White with #86530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86530C; }
p { color: rgb(134,83,12); }
H1.HeaderClassName
{
color: #86530C;
}
.AnyTagClassName
{
color: #86530C;
}
</style>
background-color css
<style>
a { background-color: #86530C; }
a { background-color: rgb(134,83,12); }
div.DivClassName
{
background-color: #86530C;
}
.BgClassName
{
background-color: #86530C;
}
</style>
border-color css
<style>
span { border-color: #86530C; }
span { border-color: rgb(134,83,12); }
td.TdClassName
{
border-color: #86530C;
}
.TagClassName
{
border-color: #86530C;
}
</style>