Shades of Saddle Brown #864200
Tints of Saddle Brown #864200
RGB
CMYK
RGB Variations
Color information
#864200 (or 0x864200) is known color: Saddle Brown. HEX triplet: 86, 42 and 00. RGB value is (134,66,0). Sum of RGB (Red+Green+Blue) = 134+66+0=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #864200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864200 is #79BDFF. Grayscale: #4F4F4F. Windows color (decimal): -7978496 or 17030. OLE color: 17030.
HSL color Cylindrical-coordinate representation of color #864200: hue angle of 29.55º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #864200 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 66 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.47 |
| HSL | 29.55º | 1% | 0.26% | - |
| HSV(B) | 29.55º | 1% | 0.53% | - |
| XYZ | 11.78 | 8.96 | 1.11 | - |
| YUV | 78.81 | 83.53 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 66 | 0 | 0 | 0.51 | 1 | 0.47 | 29.55 | 1 | 0.26 |
| Hex | 86 | 42 | 0 | 0 | 33 | 64 | 2F | 1E | 64 | 1A |
| Octal | 206 | 102 | 0 | 0 | 63 | 144 | 57 | 36 | 144 | 32 |
| Binary | 10000110 | 1000010 | 0 | 0 | 110011 | 1100100 | 101111 | 11110 | 1100100 | 11010 |
Color Harmonies of #864200
Complementary color
Monochromatic Colors of #864200
Black with #864200
Text Example
Text Example
White with #864200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864200; }
p { color: rgb(134,66,0); }
H1.HeaderClassName
{
color: #864200;
}
.AnyTagClassName
{
color: #864200;
}
</style>
background-color css
<style>
a { background-color: #864200; }
a { background-color: rgb(134,66,0); }
div.DivClassName
{
background-color: #864200;
}
.BgClassName
{
background-color: #864200;
}
</style>
border-color css
<style>
span { border-color: #864200; }
span { border-color: rgb(134,66,0); }
td.TdClassName
{
border-color: #864200;
}
.TagClassName
{
border-color: #864200;
}
</style>