Shades of Saddle Brown #863A04
Tints of Saddle Brown #863A04
RGB
CMYK
RGB Variations
Color information
#863A04 (or 0x863A04) is known color: Saddle Brown. HEX triplet: 86, 3A and 04. RGB value is (134,58,4). Sum of RGB (Red+Green+Blue) = 134+58+4=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #863A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863A04 is #79C5FB. Grayscale: #4A4A4A. Windows color (decimal): -7980540 or 277126. OLE color: 277126.
HSL color Cylindrical-coordinate representation of color #863A04: hue angle of 24.92º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #863A04 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 4 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.47 |
| HSL | 24.92º | 0.94% | 0.27% | - |
| HSV(B) | 24.92º | 0.97% | 0.53% | - |
| XYZ | 11.37 | 8.1 | 1.08 | - |
| YUV | 74.57 | 88.18 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 4 | 0 | 0.57 | 0.97 | 0.47 | 24.92 | 0.94 | 0.27 |
| Hex | 86 | 3A | 4 | 0 | 39 | 61 | 2F | 19 | 5E | 1B |
| Octal | 206 | 72 | 4 | 0 | 71 | 141 | 57 | 31 | 136 | 33 |
| Binary | 10000110 | 111010 | 100 | 0 | 111001 | 1100001 | 101111 | 11001 | 1011110 | 11011 |
Color Harmonies of #863A04
Complementary color
Monochromatic Colors of #863A04
Black with #863A04
Text Example
Text Example
White with #863A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A04; }
p { color: rgb(134,58,4); }
H1.HeaderClassName
{
color: #863A04;
}
.AnyTagClassName
{
color: #863A04;
}
</style>
background-color css
<style>
a { background-color: #863A04; }
a { background-color: rgb(134,58,4); }
div.DivClassName
{
background-color: #863A04;
}
.BgClassName
{
background-color: #863A04;
}
</style>
border-color css
<style>
span { border-color: #863A04; }
span { border-color: rgb(134,58,4); }
td.TdClassName
{
border-color: #863A04;
}
.TagClassName
{
border-color: #863A04;
}
</style>