Shades of Saddle Brown #87530C
Tints of Saddle Brown #87530C
RGB
CMYK
RGB Variations
Color information
#87530C (or 0x87530C) is known color: Saddle Brown. HEX triplet: 87, 53 and 0C. RGB value is (135,83,12). Sum of RGB (Red+Green+Blue) = 135+83+12=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #87530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87530C is #78ACF3. Grayscale: #5A5A5A. Windows color (decimal): -7908596 or 807815. OLE color: 807815.
HSL color Cylindrical-coordinate representation of color #87530C: hue angle of 34.63º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87530C is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 12 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.47 |
| HSL | 34.63º | 0.84% | 0.29% | - |
| HSV(B) | 34.63º | 0.91% | 0.53% | - |
| XYZ | 13.15 | 11.36 | 1.85 | - |
| YUV | 90.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 12 | 0 | 0.39 | 0.91 | 0.47 | 34.63 | 0.84 | 0.29 |
| Hex | 87 | 53 | C | 0 | 27 | 5B | 2F | 23 | 54 | 1D |
| Octal | 207 | 123 | 14 | 0 | 47 | 133 | 57 | 43 | 124 | 35 |
| Binary | 10000111 | 1010011 | 1100 | 0 | 100111 | 1011011 | 101111 | 100011 | 1010100 | 11101 |
Color Harmonies of #87530C
Complementary color
Monochromatic Colors of #87530C
Black with #87530C
Text Example
Text Example
White with #87530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87530C; }
p { color: rgb(135,83,12); }
H1.HeaderClassName
{
color: #87530C;
}
.AnyTagClassName
{
color: #87530C;
}
</style>
background-color css
<style>
a { background-color: #87530C; }
a { background-color: rgb(135,83,12); }
div.DivClassName
{
background-color: #87530C;
}
.BgClassName
{
background-color: #87530C;
}
</style>
border-color css
<style>
span { border-color: #87530C; }
span { border-color: rgb(135,83,12); }
td.TdClassName
{
border-color: #87530C;
}
.TagClassName
{
border-color: #87530C;
}
</style>