Shades of Saddle Brown #87550D
Tints of Saddle Brown #87550D
RGB
CMYK
RGB Variations
Color information
#87550D (or 0x87550D) is known color: Saddle Brown. HEX triplet: 87, 55 and 0D. RGB value is (135,85,13). Sum of RGB (Red+Green+Blue) = 135+85+13=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #87550D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87550D is #78AAF2. Grayscale: #5C5C5C. Windows color (decimal): -7908083 or 873863. OLE color: 873863.
HSL color Cylindrical-coordinate representation of color #87550D: hue angle of 35.41º 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 #87550D is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 13 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.47 |
| HSL | 35.41º | 0.82% | 0.29% | - |
| HSV(B) | 35.41º | 0.9% | 0.53% | - |
| XYZ | 13.31 | 11.68 | 1.93 | - |
| YUV | 91.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 13 | 0 | 0.37 | 0.90 | 0.47 | 35.41 | 0.82 | 0.29 |
| Hex | 87 | 55 | D | 0 | 25 | 5A | 2F | 23 | 52 | 1D |
| Octal | 207 | 125 | 15 | 0 | 45 | 132 | 57 | 43 | 122 | 35 |
| Binary | 10000111 | 1010101 | 1101 | 0 | 100101 | 1011010 | 101111 | 100011 | 1010010 | 11101 |
Color Harmonies of #87550D
Complementary color
Monochromatic Colors of #87550D
Black with #87550D
Text Example
Text Example
White with #87550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87550D; }
p { color: rgb(135,85,13); }
H1.HeaderClassName
{
color: #87550D;
}
.AnyTagClassName
{
color: #87550D;
}
</style>
background-color css
<style>
a { background-color: #87550D; }
a { background-color: rgb(135,85,13); }
div.DivClassName
{
background-color: #87550D;
}
.BgClassName
{
background-color: #87550D;
}
</style>
border-color css
<style>
span { border-color: #87550D; }
span { border-color: rgb(135,85,13); }
td.TdClassName
{
border-color: #87550D;
}
.TagClassName
{
border-color: #87550D;
}
</style>