Shades of Saddle Brown #873405
Tints of Saddle Brown #873405
RGB
CMYK
RGB Variations
Color information
#873405 (or 0x873405) is known color: Saddle Brown. HEX triplet: 87, 34 and 05. RGB value is (135,52,5). Sum of RGB (Red+Green+Blue) = 135+52+5=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #873405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873405 is #78CBFA. Grayscale: #474747. Windows color (decimal): -7916539 or 341127. OLE color: 341127.
HSL color Cylindrical-coordinate representation of color #873405: hue angle of 21.69º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #873405 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 52 | 5 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.47 |
| HSL | 21.69º | 0.93% | 0.27% | - |
| HSV(B) | 21.69º | 0.96% | 0.53% | - |
| XYZ | 11.25 | 7.62 | 1.02 | - |
| YUV | 71.46 | 90.5 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 52 | 5 | 0 | 0.61 | 0.96 | 0.47 | 21.69 | 0.93 | 0.27 |
| Hex | 87 | 34 | 5 | 0 | 3D | 60 | 2F | 16 | 5D | 1B |
| Octal | 207 | 64 | 5 | 0 | 75 | 140 | 57 | 26 | 135 | 33 |
| Binary | 10000111 | 110100 | 101 | 0 | 111101 | 1100000 | 101111 | 10110 | 1011101 | 11011 |
Color Harmonies of #873405
Complementary color
Monochromatic Colors of #873405
Black with #873405
Text Example
Text Example
White with #873405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873405; }
p { color: rgb(135,52,5); }
H1.HeaderClassName
{
color: #873405;
}
.AnyTagClassName
{
color: #873405;
}
</style>
background-color css
<style>
a { background-color: #873405; }
a { background-color: rgb(135,52,5); }
div.DivClassName
{
background-color: #873405;
}
.BgClassName
{
background-color: #873405;
}
</style>
border-color css
<style>
span { border-color: #873405; }
span { border-color: rgb(135,52,5); }
td.TdClassName
{
border-color: #873405;
}
.TagClassName
{
border-color: #873405;
}
</style>