Shades of Saddle Brown #873F10
Tints of Saddle Brown #873F10
RGB
CMYK
RGB Variations
Color information
#873F10 (or 0x873F10) is known color: Saddle Brown. HEX triplet: 87, 3F and 10. RGB value is (135,63,16). Sum of RGB (Red+Green+Blue) = 135+63+16=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #873F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873F10 is #78C0EF. Grayscale: #4F4F4F. Windows color (decimal): -7913712 or 1064839. OLE color: 1064839.
HSL color Cylindrical-coordinate representation of color #873F10: hue angle of 23.7º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #873F10 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 16 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.47 |
| HSL | 23.7º | 0.79% | 0.3% | - |
| HSV(B) | 23.7º | 0.88% | 0.53% | - |
| XYZ | 11.86 | 8.74 | 1.55 | - |
| YUV | 79.17 | 92.35 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 16 | 0 | 0.53 | 0.88 | 0.47 | 23.7 | 0.79 | 0.3 |
| Hex | 87 | 3F | 10 | 0 | 35 | 58 | 2F | 18 | 4F | 1E |
| Octal | 207 | 77 | 20 | 0 | 65 | 130 | 57 | 30 | 117 | 36 |
| Binary | 10000111 | 111111 | 10000 | 0 | 110101 | 1011000 | 101111 | 11000 | 1001111 | 11110 |
Color Harmonies of #873F10
Complementary color
Monochromatic Colors of #873F10
Black with #873F10
Text Example
Text Example
White with #873F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F10; }
p { color: rgb(135,63,16); }
H1.HeaderClassName
{
color: #873F10;
}
.AnyTagClassName
{
color: #873F10;
}
</style>
background-color css
<style>
a { background-color: #873F10; }
a { background-color: rgb(135,63,16); }
div.DivClassName
{
background-color: #873F10;
}
.BgClassName
{
background-color: #873F10;
}
</style>
border-color css
<style>
span { border-color: #873F10; }
span { border-color: rgb(135,63,16); }
td.TdClassName
{
border-color: #873F10;
}
.TagClassName
{
border-color: #873F10;
}
</style>