Shades of Saddle Brown #87530B
Tints of Saddle Brown #87530B
RGB
CMYK
RGB Variations
Color information
#87530B (or 0x87530B) is known color: Saddle Brown. HEX triplet: 87, 53 and 0B. RGB value is (135,83,11). Sum of RGB (Red+Green+Blue) = 135+83+11=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #87530B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87530B is #78ACF4. Grayscale: #5A5A5A. Windows color (decimal): -7908597 or 742279. OLE color: 742279.
HSL color Cylindrical-coordinate representation of color #87530B: hue angle of 34.84º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #87530B is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 11 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.47 |
| HSL | 34.84º | 0.85% | 0.29% | - |
| HSV(B) | 34.84º | 0.92% | 0.53% | - |
| XYZ | 13.15 | 11.36 | 1.82 | - |
| YUV | 90.34 | 83.23 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 11 | 0 | 0.39 | 0.92 | 0.47 | 34.84 | 0.85 | 0.29 |
| Hex | 87 | 53 | B | 0 | 27 | 5C | 2F | 23 | 55 | 1D |
| Octal | 207 | 123 | 13 | 0 | 47 | 134 | 57 | 43 | 125 | 35 |
| Binary | 10000111 | 1010011 | 1011 | 0 | 100111 | 1011100 | 101111 | 100011 | 1010101 | 11101 |
Color Harmonies of #87530B
Complementary color
Monochromatic Colors of #87530B
Black with #87530B
Text Example
Text Example
White with #87530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87530B; }
p { color: rgb(135,83,11); }
H1.HeaderClassName
{
color: #87530B;
}
.AnyTagClassName
{
color: #87530B;
}
</style>
background-color css
<style>
a { background-color: #87530B; }
a { background-color: rgb(135,83,11); }
div.DivClassName
{
background-color: #87530B;
}
.BgClassName
{
background-color: #87530B;
}
</style>
border-color css
<style>
span { border-color: #87530B; }
span { border-color: rgb(135,83,11); }
td.TdClassName
{
border-color: #87530B;
}
.TagClassName
{
border-color: #87530B;
}
</style>