Shades of Saddle Brown #863702
Tints of Saddle Brown #863702
RGB
CMYK
RGB Variations
Color information
#863702 (or 0x863702) is known color: Saddle Brown. HEX triplet: 86, 37 and 02. RGB value is (134,55,2). Sum of RGB (Red+Green+Blue) = 134+55+2=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #863702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863702 is #79C8FD. Grayscale: #484848. Windows color (decimal): -7981310 or 145286. OLE color: 145286.
HSL color Cylindrical-coordinate representation of color #863702: hue angle of 24.09º 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 #863702 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 55 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.47 |
| HSL | 24.09º | 0.97% | 0.27% | - |
| HSV(B) | 24.09º | 0.99% | 0.53% | - |
| XYZ | 11.21 | 7.81 | 0.97 | - |
| YUV | 72.58 | 88.17 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 2 | 0 | 0.59 | 0.99 | 0.47 | 24.09 | 0.97 | 0.27 |
| Hex | 86 | 37 | 2 | 0 | 3B | 63 | 2F | 18 | 61 | 1B |
| Octal | 206 | 67 | 2 | 0 | 73 | 143 | 57 | 30 | 141 | 33 |
| Binary | 10000110 | 110111 | 10 | 0 | 111011 | 1100011 | 101111 | 11000 | 1100001 | 11011 |
Color Harmonies of #863702
Complementary color
Monochromatic Colors of #863702
Black with #863702
Text Example
Text Example
White with #863702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863702; }
p { color: rgb(134,55,2); }
H1.HeaderClassName
{
color: #863702;
}
.AnyTagClassName
{
color: #863702;
}
</style>
background-color css
<style>
a { background-color: #863702; }
a { background-color: rgb(134,55,2); }
div.DivClassName
{
background-color: #863702;
}
.BgClassName
{
background-color: #863702;
}
</style>
border-color css
<style>
span { border-color: #863702; }
span { border-color: rgb(134,55,2); }
td.TdClassName
{
border-color: #863702;
}
.TagClassName
{
border-color: #863702;
}
</style>