Shades of Saddle Brown #87320D
Tints of Saddle Brown #87320D
RGB
CMYK
RGB Variations
Color information
#87320D (or 0x87320D) is known color: Saddle Brown. HEX triplet: 87, 32 and 0D. RGB value is (135,50,13). Sum of RGB (Red+Green+Blue) = 135+50+13=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #87320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87320D is #78CDF2. Grayscale: #474747. Windows color (decimal): -7917043 or 864903. OLE color: 864903.
HSL color Cylindrical-coordinate representation of color #87320D: hue angle of 18.2º 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 #87320D is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 50 | 13 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.47 |
| HSL | 18.2º | 0.82% | 0.29% | - |
| HSV(B) | 18.2º | 0.9% | 0.53% | - |
| XYZ | 11.2 | 7.46 | 1.23 | - |
| YUV | 71.2 | 95.16 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 13 | 0 | 0.63 | 0.90 | 0.47 | 18.2 | 0.82 | 0.29 |
| Hex | 87 | 32 | D | 0 | 3F | 5A | 2F | 12 | 52 | 1D |
| Octal | 207 | 62 | 15 | 0 | 77 | 132 | 57 | 22 | 122 | 35 |
| Binary | 10000111 | 110010 | 1101 | 0 | 111111 | 1011010 | 101111 | 10010 | 1010010 | 11101 |
Color Harmonies of #87320D
Complementary color
Monochromatic Colors of #87320D
Black with #87320D
Text Example
Text Example
White with #87320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87320D; }
p { color: rgb(135,50,13); }
H1.HeaderClassName
{
color: #87320D;
}
.AnyTagClassName
{
color: #87320D;
}
</style>
background-color css
<style>
a { background-color: #87320D; }
a { background-color: rgb(135,50,13); }
div.DivClassName
{
background-color: #87320D;
}
.BgClassName
{
background-color: #87320D;
}
</style>
border-color css
<style>
span { border-color: #87320D; }
span { border-color: rgb(135,50,13); }
td.TdClassName
{
border-color: #87320D;
}
.TagClassName
{
border-color: #87320D;
}
</style>