Shades of Saddle Brown #865215
Tints of Saddle Brown #865215
RGB
CMYK
RGB Variations
Color information
#865215 (or 0x865215) is known color: Saddle Brown. HEX triplet: 86, 52 and 15. RGB value is (134,82,21). Sum of RGB (Red+Green+Blue) = 134+82+21=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #865215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865215 is #79ADEA. Grayscale: #5A5A5A. Windows color (decimal): -7974379 or 1397382. OLE color: 1397382.
HSL color Cylindrical-coordinate representation of color #865215: hue angle of 32.39º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #865215 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 82 | 21 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.47 |
| HSL | 32.39º | 0.73% | 0.3% | - |
| HSV(B) | 32.39º | 0.84% | 0.53% | - |
| XYZ | 12.98 | 11.16 | 2.18 | - |
| YUV | 90.59 | 88.73 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 21 | 0 | 0.39 | 0.84 | 0.47 | 32.39 | 0.73 | 0.3 |
| Hex | 86 | 52 | 15 | 0 | 27 | 54 | 2F | 20 | 49 | 1E |
| Octal | 206 | 122 | 25 | 0 | 47 | 124 | 57 | 40 | 111 | 36 |
| Binary | 10000110 | 1010010 | 10101 | 0 | 100111 | 1010100 | 101111 | 100000 | 1001001 | 11110 |
Color Harmonies of #865215
Complementary color
Monochromatic Colors of #865215
Black with #865215
Text Example
Text Example
White with #865215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865215; }
p { color: rgb(134,82,21); }
H1.HeaderClassName
{
color: #865215;
}
.AnyTagClassName
{
color: #865215;
}
</style>
background-color css
<style>
a { background-color: #865215; }
a { background-color: rgb(134,82,21); }
div.DivClassName
{
background-color: #865215;
}
.BgClassName
{
background-color: #865215;
}
</style>
border-color css
<style>
span { border-color: #865215; }
span { border-color: rgb(134,82,21); }
td.TdClassName
{
border-color: #865215;
}
.TagClassName
{
border-color: #865215;
}
</style>