Shades of Saddle Brown #863104
Tints of Saddle Brown #863104
RGB
CMYK
RGB Variations
Color information
#863104 (or 0x863104) is known color: Saddle Brown. HEX triplet: 86, 31 and 04. RGB value is (134,49,4). Sum of RGB (Red+Green+Blue) = 134+49+4=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #863104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863104 is #79CEFB. Grayscale: #454545. Windows color (decimal): -7982844 or 274822. OLE color: 274822.
HSL color Cylindrical-coordinate representation of color #863104: hue angle of 20.77º 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 #863104 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 4 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.47 |
| HSL | 20.77º | 0.94% | 0.27% | - |
| HSV(B) | 20.77º | 0.97% | 0.53% | - |
| XYZ | 10.95 | 7.27 | 0.94 | - |
| YUV | 69.29 | 91.16 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 4 | 0 | 0.63 | 0.97 | 0.47 | 20.77 | 0.94 | 0.27 |
| Hex | 86 | 31 | 4 | 0 | 3F | 61 | 2F | 15 | 5E | 1B |
| Octal | 206 | 61 | 4 | 0 | 77 | 141 | 57 | 25 | 136 | 33 |
| Binary | 10000110 | 110001 | 100 | 0 | 111111 | 1100001 | 101111 | 10101 | 1011110 | 11011 |
Color Harmonies of #863104
Complementary color
Monochromatic Colors of #863104
Black with #863104
Text Example
Text Example
White with #863104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863104; }
p { color: rgb(134,49,4); }
H1.HeaderClassName
{
color: #863104;
}
.AnyTagClassName
{
color: #863104;
}
</style>
background-color css
<style>
a { background-color: #863104; }
a { background-color: rgb(134,49,4); }
div.DivClassName
{
background-color: #863104;
}
.BgClassName
{
background-color: #863104;
}
</style>
border-color css
<style>
span { border-color: #863104; }
span { border-color: rgb(134,49,4); }
td.TdClassName
{
border-color: #863104;
}
.TagClassName
{
border-color: #863104;
}
</style>