Shades of Saddle Brown #875414
Tints of Saddle Brown #875414
RGB
CMYK
RGB Variations
Color information
#875414 (or 0x875414) is known color: Saddle Brown. HEX triplet: 87, 54 and 14. RGB value is (135,84,20). Sum of RGB (Red+Green+Blue) = 135+84+20=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #875414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875414 is #78ABEB. Grayscale: #5C5C5C. Windows color (decimal): -7908332 or 1332359. OLE color: 1332359.
HSL color Cylindrical-coordinate representation of color #875414: hue angle of 33.39º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #875414 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 20 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.47 |
| HSL | 33.39º | 0.74% | 0.3% | - |
| HSV(B) | 33.39º | 0.85% | 0.53% | - |
| XYZ | 13.29 | 11.54 | 2.19 | - |
| YUV | 91.95 | 87.4 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 20 | 0 | 0.38 | 0.85 | 0.47 | 33.39 | 0.74 | 0.3 |
| Hex | 87 | 54 | 14 | 0 | 26 | 55 | 2F | 21 | 4A | 1E |
| Octal | 207 | 124 | 24 | 0 | 46 | 125 | 57 | 41 | 112 | 36 |
| Binary | 10000111 | 1010100 | 10100 | 0 | 100110 | 1010101 | 101111 | 100001 | 1001010 | 11110 |
Color Harmonies of #875414
Complementary color
Monochromatic Colors of #875414
Black with #875414
Text Example
Text Example
White with #875414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875414; }
p { color: rgb(135,84,20); }
H1.HeaderClassName
{
color: #875414;
}
.AnyTagClassName
{
color: #875414;
}
</style>
background-color css
<style>
a { background-color: #875414; }
a { background-color: rgb(135,84,20); }
div.DivClassName
{
background-color: #875414;
}
.BgClassName
{
background-color: #875414;
}
</style>
border-color css
<style>
span { border-color: #875414; }
span { border-color: rgb(135,84,20); }
td.TdClassName
{
border-color: #875414;
}
.TagClassName
{
border-color: #875414;
}
</style>