Shades of Saddle Brown #863100
Tints of Saddle Brown #863100
RGB
CMYK
RGB Variations
Color information
#863100 (or 0x863100) is known color: Saddle Brown. HEX triplet: 86, 31 and 00. RGB value is (134,49,0). Sum of RGB (Red+Green+Blue) = 134+49+0=183 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.22% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 134 - color contains mainly: red. Hex color #863100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863100 is #79CEFF. Grayscale: #454545. Windows color (decimal): -7982848 or 12678. OLE color: 12678.
HSL color Cylindrical-coordinate representation of color #863100: hue angle of 21.94º 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 #863100 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.47 |
| HSL | 21.94º | 1% | 0.26% | - |
| HSV(B) | 21.94º | 1% | 0.53% | - |
| XYZ | 10.93 | 7.26 | 0.83 | - |
| YUV | 68.83 | 89.16 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 0 | 0 | 0.63 | 1 | 0.47 | 21.94 | 1 | 0.26 |
| Hex | 86 | 31 | 0 | 0 | 3F | 64 | 2F | 16 | 64 | 1A |
| Octal | 206 | 61 | 0 | 0 | 77 | 144 | 57 | 26 | 144 | 32 |
| Binary | 10000110 | 110001 | 0 | 0 | 111111 | 1100100 | 101111 | 10110 | 1100100 | 11010 |
Color Harmonies of #863100
Complementary color
Monochromatic Colors of #863100
Black with #863100
Text Example
Text Example
White with #863100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863100; }
p { color: rgb(134,49,0); }
H1.HeaderClassName
{
color: #863100;
}
.AnyTagClassName
{
color: #863100;
}
</style>
background-color css
<style>
a { background-color: #863100; }
a { background-color: rgb(134,49,0); }
div.DivClassName
{
background-color: #863100;
}
.BgClassName
{
background-color: #863100;
}
</style>
border-color css
<style>
span { border-color: #863100; }
span { border-color: rgb(134,49,0); }
td.TdClassName
{
border-color: #863100;
}
.TagClassName
{
border-color: #863100;
}
</style>