Shades of Saddle Brown #87310D
Tints of Saddle Brown #87310D
RGB
CMYK
RGB Variations
Color information
#87310D (or 0x87310D) is known color: Saddle Brown. HEX triplet: 87, 31 and 0D. RGB value is (135,49,13). Sum of RGB (Red+Green+Blue) = 135+49+13=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #87310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87310D is #78CEF2. Grayscale: #464646. Windows color (decimal): -7917299 or 864647. OLE color: 864647.
HSL color Cylindrical-coordinate representation of color #87310D: hue angle of 17.7º 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 #87310D is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 13 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.47 |
| HSL | 17.7º | 0.82% | 0.29% | - |
| HSV(B) | 17.7º | 0.9% | 0.53% | - |
| XYZ | 11.16 | 7.38 | 1.22 | - |
| YUV | 70.61 | 95.49 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 13 | 0 | 0.64 | 0.90 | 0.47 | 17.7 | 0.82 | 0.29 |
| Hex | 87 | 31 | D | 0 | 40 | 5A | 2F | 12 | 52 | 1D |
| Octal | 207 | 61 | 15 | 0 | 100 | 132 | 57 | 22 | 122 | 35 |
| Binary | 10000111 | 110001 | 1101 | 0 | 1000000 | 1011010 | 101111 | 10010 | 1010010 | 11101 |
Color Harmonies of #87310D
Complementary color
Monochromatic Colors of #87310D
Black with #87310D
Text Example
Text Example
White with #87310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87310D; }
p { color: rgb(135,49,13); }
H1.HeaderClassName
{
color: #87310D;
}
.AnyTagClassName
{
color: #87310D;
}
</style>
background-color css
<style>
a { background-color: #87310D; }
a { background-color: rgb(135,49,13); }
div.DivClassName
{
background-color: #87310D;
}
.BgClassName
{
background-color: #87310D;
}
</style>
border-color css
<style>
span { border-color: #87310D; }
span { border-color: rgb(135,49,13); }
td.TdClassName
{
border-color: #87310D;
}
.TagClassName
{
border-color: #87310D;
}
</style>