Shades of Saddle Brown #873504
Tints of Saddle Brown #873504
RGB
CMYK
RGB Variations
Color information
#873504 (or 0x873504) is known color: Saddle Brown. HEX triplet: 87, 35 and 04. RGB value is (135,53,4). Sum of RGB (Red+Green+Blue) = 135+53+4=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #873504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873504 is #78CAFB. Grayscale: #484848. Windows color (decimal): -7916284 or 275847. OLE color: 275847.
HSL color Cylindrical-coordinate representation of color #873504: hue angle of 22.44º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #873504 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 53 | 4 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.47 |
| HSL | 22.44º | 0.94% | 0.27% | - |
| HSV(B) | 22.44º | 0.97% | 0.53% | - |
| XYZ | 11.29 | 7.71 | 1.01 | - |
| YUV | 71.93 | 89.67 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 53 | 4 | 0 | 0.61 | 0.97 | 0.47 | 22.44 | 0.94 | 0.27 |
| Hex | 87 | 35 | 4 | 0 | 3D | 61 | 2F | 16 | 5E | 1B |
| Octal | 207 | 65 | 4 | 0 | 75 | 141 | 57 | 26 | 136 | 33 |
| Binary | 10000111 | 110101 | 100 | 0 | 111101 | 1100001 | 101111 | 10110 | 1011110 | 11011 |
Color Harmonies of #873504
Complementary color
Monochromatic Colors of #873504
Black with #873504
Text Example
Text Example
White with #873504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873504; }
p { color: rgb(135,53,4); }
H1.HeaderClassName
{
color: #873504;
}
.AnyTagClassName
{
color: #873504;
}
</style>
background-color css
<style>
a { background-color: #873504; }
a { background-color: rgb(135,53,4); }
div.DivClassName
{
background-color: #873504;
}
.BgClassName
{
background-color: #873504;
}
</style>
border-color css
<style>
span { border-color: #873504; }
span { border-color: rgb(135,53,4); }
td.TdClassName
{
border-color: #873504;
}
.TagClassName
{
border-color: #873504;
}
</style>