Shades of Saddle Brown #864002
Tints of Saddle Brown #864002
RGB
CMYK
RGB Variations
Color information
#864002 (or 0x864002) is known color: Saddle Brown. HEX triplet: 86, 40 and 02. RGB value is (134,64,2). Sum of RGB (Red+Green+Blue) = 134+64+2=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #864002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864002 is #79BFFD. Grayscale: #4E4E4E. Windows color (decimal): -7979006 or 147590. OLE color: 147590.
HSL color Cylindrical-coordinate representation of color #864002: hue angle of 28.18º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #864002 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 64 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.47 |
| HSL | 28.18º | 0.97% | 0.27% | - |
| HSV(B) | 28.18º | 0.99% | 0.53% | - |
| XYZ | 11.68 | 8.74 | 1.13 | - |
| YUV | 77.86 | 85.19 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 2 | 0 | 0.52 | 0.99 | 0.47 | 28.18 | 0.97 | 0.27 |
| Hex | 86 | 40 | 2 | 0 | 34 | 63 | 2F | 1C | 61 | 1B |
| Octal | 206 | 100 | 2 | 0 | 64 | 143 | 57 | 34 | 141 | 33 |
| Binary | 10000110 | 1000000 | 10 | 0 | 110100 | 1100011 | 101111 | 11100 | 1100001 | 11011 |
Color Harmonies of #864002
Complementary color
Monochromatic Colors of #864002
Black with #864002
Text Example
Text Example
White with #864002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864002; }
p { color: rgb(134,64,2); }
H1.HeaderClassName
{
color: #864002;
}
.AnyTagClassName
{
color: #864002;
}
</style>
background-color css
<style>
a { background-color: #864002; }
a { background-color: rgb(134,64,2); }
div.DivClassName
{
background-color: #864002;
}
.BgClassName
{
background-color: #864002;
}
</style>
border-color css
<style>
span { border-color: #864002; }
span { border-color: rgb(134,64,2); }
td.TdClassName
{
border-color: #864002;
}
.TagClassName
{
border-color: #864002;
}
</style>