Shades of Saddle Brown #875514
Tints of Saddle Brown #875514
RGB
CMYK
RGB Variations
Color information
#875514 (or 0x875514) is known color: Saddle Brown. HEX triplet: 87, 55 and 14. RGB value is (135,85,20). Sum of RGB (Red+Green+Blue) = 135+85+20=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #875514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875514 is #78AAEB. Grayscale: #5C5C5C. Windows color (decimal): -7908076 or 1332615. OLE color: 1332615.
HSL color Cylindrical-coordinate representation of color #875514: hue angle of 33.91º 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 #875514 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 20 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.47 |
| HSL | 33.91º | 0.74% | 0.3% | - |
| HSV(B) | 33.91º | 0.85% | 0.53% | - |
| XYZ | 13.37 | 11.7 | 2.22 | - |
| YUV | 92.54 | 87.07 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 20 | 0 | 0.37 | 0.85 | 0.47 | 33.91 | 0.74 | 0.3 |
| Hex | 87 | 55 | 14 | 0 | 25 | 55 | 2F | 22 | 4A | 1E |
| Octal | 207 | 125 | 24 | 0 | 45 | 125 | 57 | 42 | 112 | 36 |
| Binary | 10000111 | 1010101 | 10100 | 0 | 100101 | 1010101 | 101111 | 100010 | 1001010 | 11110 |
Color Harmonies of #875514
Complementary color
Monochromatic Colors of #875514
Black with #875514
Text Example
Text Example
White with #875514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875514; }
p { color: rgb(135,85,20); }
H1.HeaderClassName
{
color: #875514;
}
.AnyTagClassName
{
color: #875514;
}
</style>
background-color css
<style>
a { background-color: #875514; }
a { background-color: rgb(135,85,20); }
div.DivClassName
{
background-color: #875514;
}
.BgClassName
{
background-color: #875514;
}
</style>
border-color css
<style>
span { border-color: #875514; }
span { border-color: rgb(135,85,20); }
td.TdClassName
{
border-color: #875514;
}
.TagClassName
{
border-color: #875514;
}
</style>