Shades of Saddle Brown #873A11
Tints of Saddle Brown #873A11
RGB
CMYK
RGB Variations
Color information
#873A11 (or 0x873A11) is known color: Saddle Brown. HEX triplet: 87, 3A and 11. RGB value is (135,58,17). Sum of RGB (Red+Green+Blue) = 135+58+17=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #873A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873A11 is #78C5EE. Grayscale: #4C4C4C. Windows color (decimal): -7914991 or 1129095. OLE color: 1129095.
HSL color Cylindrical-coordinate representation of color #873A11: hue angle of 20.85º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #873A11 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 58 | 17 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.47 |
| HSL | 20.85º | 0.78% | 0.3% | - |
| HSV(B) | 20.85º | 0.87% | 0.53% | - |
| XYZ | 11.61 | 8.22 | 1.5 | - |
| YUV | 76.35 | 94.51 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 17 | 0 | 0.57 | 0.87 | 0.47 | 20.85 | 0.78 | 0.3 |
| Hex | 87 | 3A | 11 | 0 | 39 | 57 | 2F | 15 | 4E | 1E |
| Octal | 207 | 72 | 21 | 0 | 71 | 127 | 57 | 25 | 116 | 36 |
| Binary | 10000111 | 111010 | 10001 | 0 | 111001 | 1010111 | 101111 | 10101 | 1001110 | 11110 |
Color Harmonies of #873A11
Complementary color
Monochromatic Colors of #873A11
Black with #873A11
Text Example
Text Example
White with #873A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873A11; }
p { color: rgb(135,58,17); }
H1.HeaderClassName
{
color: #873A11;
}
.AnyTagClassName
{
color: #873A11;
}
</style>
background-color css
<style>
a { background-color: #873A11; }
a { background-color: rgb(135,58,17); }
div.DivClassName
{
background-color: #873A11;
}
.BgClassName
{
background-color: #873A11;
}
</style>
border-color css
<style>
span { border-color: #873A11; }
span { border-color: rgb(135,58,17); }
td.TdClassName
{
border-color: #873A11;
}
.TagClassName
{
border-color: #873A11;
}
</style>