Shades of Saddle Brown #87360B
Tints of Saddle Brown #87360B
RGB
CMYK
RGB Variations
Color information
#87360B (or 0x87360B) is known color: Saddle Brown. HEX triplet: 87, 36 and 0B. RGB value is (135,54,11). Sum of RGB (Red+Green+Blue) = 135+54+11=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #87360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87360B is #78C9F4. Grayscale: #494949. Windows color (decimal): -7916021 or 734855. OLE color: 734855.
HSL color Cylindrical-coordinate representation of color #87360B: hue angle of 20.81º 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 #87360B is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 54 | 11 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.47 |
| HSL | 20.81º | 0.85% | 0.29% | - |
| HSV(B) | 20.81º | 0.92% | 0.53% | - |
| XYZ | 11.37 | 7.81 | 1.23 | - |
| YUV | 73.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 54 | 11 | 0 | 0.60 | 0.92 | 0.47 | 20.81 | 0.85 | 0.29 |
| Hex | 87 | 36 | B | 0 | 3C | 5C | 2F | 15 | 55 | 1D |
| Octal | 207 | 66 | 13 | 0 | 74 | 134 | 57 | 25 | 125 | 35 |
| Binary | 10000111 | 110110 | 1011 | 0 | 111100 | 1011100 | 101111 | 10101 | 1010101 | 11101 |
Color Harmonies of #87360B
Complementary color
Monochromatic Colors of #87360B
Black with #87360B
Text Example
Text Example
White with #87360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87360B; }
p { color: rgb(135,54,11); }
H1.HeaderClassName
{
color: #87360B;
}
.AnyTagClassName
{
color: #87360B;
}
</style>
background-color css
<style>
a { background-color: #87360B; }
a { background-color: rgb(135,54,11); }
div.DivClassName
{
background-color: #87360B;
}
.BgClassName
{
background-color: #87360B;
}
</style>
border-color css
<style>
span { border-color: #87360B; }
span { border-color: rgb(135,54,11); }
td.TdClassName
{
border-color: #87360B;
}
.TagClassName
{
border-color: #87360B;
}
</style>