Shades of Saddle Brown #863500
Tints of Saddle Brown #863500
RGB
CMYK
RGB Variations
Color information
#863500 (or 0x863500) is known color: Saddle Brown. HEX triplet: 86, 35 and 00. RGB value is (134,53,0). Sum of RGB (Red+Green+Blue) = 134+53+0=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #863500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863500 is #79CAFF. Grayscale: #474747. Windows color (decimal): -7981824 or 13702. OLE color: 13702.
HSL color Cylindrical-coordinate representation of color #863500: hue angle of 23.73º 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 #863500 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 53 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.47 |
| HSL | 23.73º | 1% | 0.26% | - |
| HSV(B) | 23.73º | 1% | 0.53% | - |
| XYZ | 11.1 | 7.61 | 0.88 | - |
| YUV | 71.18 | 87.84 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 0 | 0 | 0.60 | 1 | 0.47 | 23.73 | 1 | 0.26 |
| Hex | 86 | 35 | 0 | 0 | 3C | 64 | 2F | 18 | 64 | 1A |
| Octal | 206 | 65 | 0 | 0 | 74 | 144 | 57 | 30 | 144 | 32 |
| Binary | 10000110 | 110101 | 0 | 0 | 111100 | 1100100 | 101111 | 11000 | 1100100 | 11010 |
Color Harmonies of #863500
Complementary color
Monochromatic Colors of #863500
Black with #863500
Text Example
Text Example
White with #863500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863500; }
p { color: rgb(134,53,0); }
H1.HeaderClassName
{
color: #863500;
}
.AnyTagClassName
{
color: #863500;
}
</style>
background-color css
<style>
a { background-color: #863500; }
a { background-color: rgb(134,53,0); }
div.DivClassName
{
background-color: #863500;
}
.BgClassName
{
background-color: #863500;
}
</style>
border-color css
<style>
span { border-color: #863500; }
span { border-color: rgb(134,53,0); }
td.TdClassName
{
border-color: #863500;
}
.TagClassName
{
border-color: #863500;
}
</style>