Shades of Saddle Brown #863905
Tints of Saddle Brown #863905
RGB
CMYK
RGB Variations
Color information
#863905 (or 0x863905) is known color: Saddle Brown. HEX triplet: 86, 39 and 05. RGB value is (134,57,5). Sum of RGB (Red+Green+Blue) = 134+57+5=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #863905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863905 is #79C6FA. Grayscale: #4A4A4A. Windows color (decimal): -7980795 or 342406. OLE color: 342406.
HSL color Cylindrical-coordinate representation of color #863905: hue angle of 24.19º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #863905 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 57 | 5 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.47 |
| HSL | 24.19º | 0.93% | 0.27% | - |
| HSV(B) | 24.19º | 0.96% | 0.53% | - |
| XYZ | 11.32 | 8.01 | 1.09 | - |
| YUV | 74.1 | 89.01 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 5 | 0 | 0.57 | 0.96 | 0.47 | 24.19 | 0.93 | 0.27 |
| Hex | 86 | 39 | 5 | 0 | 39 | 60 | 2F | 18 | 5D | 1B |
| Octal | 206 | 71 | 5 | 0 | 71 | 140 | 57 | 30 | 135 | 33 |
| Binary | 10000110 | 111001 | 101 | 0 | 111001 | 1100000 | 101111 | 11000 | 1011101 | 11011 |
Color Harmonies of #863905
Complementary color
Monochromatic Colors of #863905
Black with #863905
Text Example
Text Example
White with #863905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863905; }
p { color: rgb(134,57,5); }
H1.HeaderClassName
{
color: #863905;
}
.AnyTagClassName
{
color: #863905;
}
</style>
background-color css
<style>
a { background-color: #863905; }
a { background-color: rgb(134,57,5); }
div.DivClassName
{
background-color: #863905;
}
.BgClassName
{
background-color: #863905;
}
</style>
border-color css
<style>
span { border-color: #863905; }
span { border-color: rgb(134,57,5); }
td.TdClassName
{
border-color: #863905;
}
.TagClassName
{
border-color: #863905;
}
</style>