Shades of Saddle Brown #87530D
Tints of Saddle Brown #87530D
RGB
CMYK
RGB Variations
Color information
#87530D (or 0x87530D) is known color: Saddle Brown. HEX triplet: 87, 53 and 0D. RGB value is (135,83,13). Sum of RGB (Red+Green+Blue) = 135+83+13=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #87530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87530D is #78ACF2. Grayscale: #5A5A5A. Windows color (decimal): -7908595 or 873351. OLE color: 873351.
HSL color Cylindrical-coordinate representation of color #87530D: hue angle of 34.43º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87530D is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 13 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.47 |
| HSL | 34.43º | 0.82% | 0.29% | - |
| HSV(B) | 34.43º | 0.9% | 0.53% | - |
| XYZ | 13.16 | 11.37 | 1.88 | - |
| YUV | 90.57 | 84.23 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 13 | 0 | 0.39 | 0.90 | 0.47 | 34.43 | 0.82 | 0.29 |
| Hex | 87 | 53 | D | 0 | 27 | 5A | 2F | 22 | 52 | 1D |
| Octal | 207 | 123 | 15 | 0 | 47 | 132 | 57 | 42 | 122 | 35 |
| Binary | 10000111 | 1010011 | 1101 | 0 | 100111 | 1011010 | 101111 | 100010 | 1010010 | 11101 |
Color Harmonies of #87530D
Complementary color
Monochromatic Colors of #87530D
Black with #87530D
Text Example
Text Example
White with #87530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87530D; }
p { color: rgb(135,83,13); }
H1.HeaderClassName
{
color: #87530D;
}
.AnyTagClassName
{
color: #87530D;
}
</style>
background-color css
<style>
a { background-color: #87530D; }
a { background-color: rgb(135,83,13); }
div.DivClassName
{
background-color: #87530D;
}
.BgClassName
{
background-color: #87530D;
}
</style>
border-color css
<style>
span { border-color: #87530D; }
span { border-color: rgb(135,83,13); }
td.TdClassName
{
border-color: #87530D;
}
.TagClassName
{
border-color: #87530D;
}
</style>