Shades of Saddle Brown #863402
Tints of Saddle Brown #863402
RGB
CMYK
RGB Variations
Color information
#863402 (or 0x863402) is known color: Saddle Brown. HEX triplet: 86, 34 and 02. RGB value is (134,52,2). Sum of RGB (Red+Green+Blue) = 134+52+2=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #863402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863402 is #79CBFD. Grayscale: #474747. Windows color (decimal): -7982078 or 144518. OLE color: 144518.
HSL color Cylindrical-coordinate representation of color #863402: hue angle of 22.73º 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 #863402 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 52 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.47 |
| HSL | 22.73º | 0.97% | 0.27% | - |
| HSV(B) | 22.73º | 0.99% | 0.53% | - |
| XYZ | 11.07 | 7.53 | 0.93 | - |
| YUV | 70.82 | 89.17 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 2 | 0 | 0.61 | 0.99 | 0.47 | 22.73 | 0.97 | 0.27 |
| Hex | 86 | 34 | 2 | 0 | 3D | 63 | 2F | 17 | 61 | 1B |
| Octal | 206 | 64 | 2 | 0 | 75 | 143 | 57 | 27 | 141 | 33 |
| Binary | 10000110 | 110100 | 10 | 0 | 111101 | 1100011 | 101111 | 10111 | 1100001 | 11011 |
Color Harmonies of #863402
Complementary color
Monochromatic Colors of #863402
Black with #863402
Text Example
Text Example
White with #863402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863402; }
p { color: rgb(134,52,2); }
H1.HeaderClassName
{
color: #863402;
}
.AnyTagClassName
{
color: #863402;
}
</style>
background-color css
<style>
a { background-color: #863402; }
a { background-color: rgb(134,52,2); }
div.DivClassName
{
background-color: #863402;
}
.BgClassName
{
background-color: #863402;
}
</style>
border-color css
<style>
span { border-color: #863402; }
span { border-color: rgb(134,52,2); }
td.TdClassName
{
border-color: #863402;
}
.TagClassName
{
border-color: #863402;
}
</style>