Shades of Saddle Brown #87370C
Tints of Saddle Brown #87370C
RGB
CMYK
RGB Variations
Color information
#87370C (or 0x87370C) is known color: Saddle Brown. HEX triplet: 87, 37 and 0C. RGB value is (135,55,12). Sum of RGB (Red+Green+Blue) = 135+55+12=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #87370C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87370C is #78C8F3. Grayscale: #4A4A4A. Windows color (decimal): -7915764 or 800647. OLE color: 800647.
HSL color Cylindrical-coordinate representation of color #87370C: hue angle of 20.98º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87370C is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 55 | 12 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.47 |
| HSL | 20.98º | 0.84% | 0.29% | - |
| HSV(B) | 20.98º | 0.91% | 0.53% | - |
| XYZ | 11.42 | 7.91 | 1.27 | - |
| YUV | 74.02 | 93 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 55 | 12 | 0 | 0.59 | 0.91 | 0.47 | 20.98 | 0.84 | 0.29 |
| Hex | 87 | 37 | C | 0 | 3B | 5B | 2F | 15 | 54 | 1D |
| Octal | 207 | 67 | 14 | 0 | 73 | 133 | 57 | 25 | 124 | 35 |
| Binary | 10000111 | 110111 | 1100 | 0 | 111011 | 1011011 | 101111 | 10101 | 1010100 | 11101 |
Color Harmonies of #87370C
Complementary color
Monochromatic Colors of #87370C
Black with #87370C
Text Example
Text Example
White with #87370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87370C; }
p { color: rgb(135,55,12); }
H1.HeaderClassName
{
color: #87370C;
}
.AnyTagClassName
{
color: #87370C;
}
</style>
background-color css
<style>
a { background-color: #87370C; }
a { background-color: rgb(135,55,12); }
div.DivClassName
{
background-color: #87370C;
}
.BgClassName
{
background-color: #87370C;
}
</style>
border-color css
<style>
span { border-color: #87370C; }
span { border-color: rgb(135,55,12); }
td.TdClassName
{
border-color: #87370C;
}
.TagClassName
{
border-color: #87370C;
}
</style>