Shades of Saddle Brown #87530F
Tints of Saddle Brown #87530F
RGB
CMYK
RGB Variations
Color information
#87530F (or 0x87530F) is known color: Saddle Brown. HEX triplet: 87, 53 and 0F. RGB value is (135,83,15). Sum of RGB (Red+Green+Blue) = 135+83+15=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #87530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87530F is #78ACF0. Grayscale: #5B5B5B. Windows color (decimal): -7908593 or 1004423. OLE color: 1004423.
HSL color Cylindrical-coordinate representation of color #87530F: hue angle of 34º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87530F is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 15 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.47 |
| HSL | 34º | 0.8% | 0.29% | - |
| HSV(B) | 34º | 0.89% | 0.53% | - |
| XYZ | 13.17 | 11.37 | 1.95 | - |
| YUV | 90.8 | 85.23 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 15 | 0 | 0.39 | 0.89 | 0.47 | 34 | 0.8 | 0.29 |
| Hex | 87 | 53 | F | 0 | 27 | 59 | 2F | 22 | 50 | 1D |
| Octal | 207 | 123 | 17 | 0 | 47 | 131 | 57 | 42 | 120 | 35 |
| Binary | 10000111 | 1010011 | 1111 | 0 | 100111 | 1011001 | 101111 | 100010 | 1010000 | 11101 |
Color Harmonies of #87530F
Complementary color
Monochromatic Colors of #87530F
Black with #87530F
Text Example
Text Example
White with #87530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87530F; }
p { color: rgb(135,83,15); }
H1.HeaderClassName
{
color: #87530F;
}
.AnyTagClassName
{
color: #87530F;
}
</style>
background-color css
<style>
a { background-color: #87530F; }
a { background-color: rgb(135,83,15); }
div.DivClassName
{
background-color: #87530F;
}
.BgClassName
{
background-color: #87530F;
}
</style>
border-color css
<style>
span { border-color: #87530F; }
span { border-color: rgb(135,83,15); }
td.TdClassName
{
border-color: #87530F;
}
.TagClassName
{
border-color: #87530F;
}
</style>