Shades of Saddle Brown #863602
Tints of Saddle Brown #863602
RGB
CMYK
RGB Variations
Color information
#863602 (or 0x863602) is known color: Saddle Brown. HEX triplet: 86, 36 and 02. RGB value is (134,54,2). Sum of RGB (Red+Green+Blue) = 134+54+2=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #863602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863602 is #79C9FD. Grayscale: #484848. Windows color (decimal): -7981566 or 145030. OLE color: 145030.
HSL color Cylindrical-coordinate representation of color #863602: hue angle of 23.64º 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 #863602 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 54 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.47 |
| HSL | 23.64º | 0.97% | 0.27% | - |
| HSV(B) | 23.64º | 0.99% | 0.53% | - |
| XYZ | 11.16 | 7.71 | 0.96 | - |
| YUV | 71.99 | 88.5 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 2 | 0 | 0.60 | 0.99 | 0.47 | 23.64 | 0.97 | 0.27 |
| Hex | 86 | 36 | 2 | 0 | 3C | 63 | 2F | 18 | 61 | 1B |
| Octal | 206 | 66 | 2 | 0 | 74 | 143 | 57 | 30 | 141 | 33 |
| Binary | 10000110 | 110110 | 10 | 0 | 111100 | 1100011 | 101111 | 11000 | 1100001 | 11011 |
Color Harmonies of #863602
Complementary color
Monochromatic Colors of #863602
Black with #863602
Text Example
Text Example
White with #863602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863602; }
p { color: rgb(134,54,2); }
H1.HeaderClassName
{
color: #863602;
}
.AnyTagClassName
{
color: #863602;
}
</style>
background-color css
<style>
a { background-color: #863602; }
a { background-color: rgb(134,54,2); }
div.DivClassName
{
background-color: #863602;
}
.BgClassName
{
background-color: #863602;
}
</style>
border-color css
<style>
span { border-color: #863602; }
span { border-color: rgb(134,54,2); }
td.TdClassName
{
border-color: #863602;
}
.TagClassName
{
border-color: #863602;
}
</style>