Shades of Saddle Brown #87310B
Tints of Saddle Brown #87310B
RGB
CMYK
RGB Variations
Color information
#87310B (or 0x87310B) is known color: Saddle Brown. HEX triplet: 87, 31 and 0B. RGB value is (135,49,11). Sum of RGB (Red+Green+Blue) = 135+49+11=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #87310B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87310B is #78CEF4. Grayscale: #464646. Windows color (decimal): -7917301 or 733575. OLE color: 733575.
HSL color Cylindrical-coordinate representation of color #87310B: hue angle of 18.39º 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 #87310B is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 11 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.47 |
| HSL | 18.39º | 0.85% | 0.29% | - |
| HSV(B) | 18.39º | 0.92% | 0.53% | - |
| XYZ | 11.15 | 7.37 | 1.15 | - |
| YUV | 70.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 11 | 0 | 0.64 | 0.92 | 0.47 | 18.39 | 0.85 | 0.29 |
| Hex | 87 | 31 | B | 0 | 40 | 5C | 2F | 12 | 55 | 1D |
| Octal | 207 | 61 | 13 | 0 | 100 | 134 | 57 | 22 | 125 | 35 |
| Binary | 10000111 | 110001 | 1011 | 0 | 1000000 | 1011100 | 101111 | 10010 | 1010101 | 11101 |
Color Harmonies of #87310B
Complementary color
Monochromatic Colors of #87310B
Black with #87310B
Text Example
Text Example
White with #87310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87310B; }
p { color: rgb(135,49,11); }
H1.HeaderClassName
{
color: #87310B;
}
.AnyTagClassName
{
color: #87310B;
}
</style>
background-color css
<style>
a { background-color: #87310B; }
a { background-color: rgb(135,49,11); }
div.DivClassName
{
background-color: #87310B;
}
.BgClassName
{
background-color: #87310B;
}
</style>
border-color css
<style>
span { border-color: #87310B; }
span { border-color: rgb(135,49,11); }
td.TdClassName
{
border-color: #87310B;
}
.TagClassName
{
border-color: #87310B;
}
</style>