Shades of Saddle Brown #87390C
Tints of Saddle Brown #87390C
RGB
CMYK
RGB Variations
Color information
#87390C (or 0x87390C) is known color: Saddle Brown. HEX triplet: 87, 39 and 0C. RGB value is (135,57,12). Sum of RGB (Red+Green+Blue) = 135+57+12=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #87390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87390C is #78C6F3. Grayscale: #4B4B4B. Windows color (decimal): -7915252 or 801159. OLE color: 801159.
HSL color Cylindrical-coordinate representation of color #87390C: hue angle of 21.95º 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 #87390C is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 57 | 12 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.47 |
| HSL | 21.95º | 0.84% | 0.29% | - |
| HSV(B) | 21.95º | 0.91% | 0.53% | - |
| XYZ | 11.52 | 8.1 | 1.3 | - |
| YUV | 75.19 | 92.34 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 57 | 12 | 0 | 0.58 | 0.91 | 0.47 | 21.95 | 0.84 | 0.29 |
| Hex | 87 | 39 | C | 0 | 3A | 5B | 2F | 16 | 54 | 1D |
| Octal | 207 | 71 | 14 | 0 | 72 | 133 | 57 | 26 | 124 | 35 |
| Binary | 10000111 | 111001 | 1100 | 0 | 111010 | 1011011 | 101111 | 10110 | 1010100 | 11101 |
Color Harmonies of #87390C
Complementary color
Monochromatic Colors of #87390C
Black with #87390C
Text Example
Text Example
White with #87390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87390C; }
p { color: rgb(135,57,12); }
H1.HeaderClassName
{
color: #87390C;
}
.AnyTagClassName
{
color: #87390C;
}
</style>
background-color css
<style>
a { background-color: #87390C; }
a { background-color: rgb(135,57,12); }
div.DivClassName
{
background-color: #87390C;
}
.BgClassName
{
background-color: #87390C;
}
</style>
border-color css
<style>
span { border-color: #87390C; }
span { border-color: rgb(135,57,12); }
td.TdClassName
{
border-color: #87390C;
}
.TagClassName
{
border-color: #87390C;
}
</style>