Shades of Saddle Brown #863808
Tints of Saddle Brown #863808
RGB
CMYK
RGB Variations
Color information
#863808 (or 0x863808) is known color: Saddle Brown. HEX triplet: 86, 38 and 08. RGB value is (134,56,8). Sum of RGB (Red+Green+Blue) = 134+56+8=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #863808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863808 is #79C7F7. Grayscale: #4A4A4A. Windows color (decimal): -7981048 or 538758. OLE color: 538758.
HSL color Cylindrical-coordinate representation of color #863808: hue angle of 22.86º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #863808 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 56 | 8 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.47 |
| HSL | 22.86º | 0.89% | 0.28% | - |
| HSV(B) | 22.86º | 0.94% | 0.53% | - |
| XYZ | 11.29 | 7.91 | 1.16 | - |
| YUV | 73.85 | 90.84 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 56 | 8 | 0 | 0.58 | 0.94 | 0.47 | 22.86 | 0.89 | 0.28 |
| Hex | 86 | 38 | 8 | 0 | 3A | 5E | 2F | 17 | 59 | 1C |
| Octal | 206 | 70 | 10 | 0 | 72 | 136 | 57 | 27 | 131 | 34 |
| Binary | 10000110 | 111000 | 1000 | 0 | 111010 | 1011110 | 101111 | 10111 | 1011001 | 11100 |
Color Harmonies of #863808
Complementary color
Monochromatic Colors of #863808
Black with #863808
Text Example
Text Example
White with #863808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863808; }
p { color: rgb(134,56,8); }
H1.HeaderClassName
{
color: #863808;
}
.AnyTagClassName
{
color: #863808;
}
</style>
background-color css
<style>
a { background-color: #863808; }
a { background-color: rgb(134,56,8); }
div.DivClassName
{
background-color: #863808;
}
.BgClassName
{
background-color: #863808;
}
</style>
border-color css
<style>
span { border-color: #863808; }
span { border-color: rgb(134,56,8); }
td.TdClassName
{
border-color: #863808;
}
.TagClassName
{
border-color: #863808;
}
</style>