Shades of Saddle Brown #873205
Tints of Saddle Brown #873205
RGB
CMYK
RGB Variations
Color information
#873205 (or 0x873205) is known color: Saddle Brown. HEX triplet: 87, 32 and 05. RGB value is (135,50,5). Sum of RGB (Red+Green+Blue) = 135+50+5=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #873205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873205 is #78CDFA. Grayscale: #464646. Windows color (decimal): -7917051 or 340615. OLE color: 340615.
HSL color Cylindrical-coordinate representation of color #873205: hue angle of 20.77º 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 #873205 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 50 | 5 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.47 |
| HSL | 20.77º | 0.93% | 0.27% | - |
| HSV(B) | 20.77º | 0.96% | 0.53% | - |
| XYZ | 11.16 | 7.44 | 0.99 | - |
| YUV | 70.29 | 91.16 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 5 | 0 | 0.63 | 0.96 | 0.47 | 20.77 | 0.93 | 0.27 |
| Hex | 87 | 32 | 5 | 0 | 3F | 60 | 2F | 15 | 5D | 1B |
| Octal | 207 | 62 | 5 | 0 | 77 | 140 | 57 | 25 | 135 | 33 |
| Binary | 10000111 | 110010 | 101 | 0 | 111111 | 1100000 | 101111 | 10101 | 1011101 | 11011 |
Color Harmonies of #873205
Complementary color
Monochromatic Colors of #873205
Black with #873205
Text Example
Text Example
White with #873205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873205; }
p { color: rgb(135,50,5); }
H1.HeaderClassName
{
color: #873205;
}
.AnyTagClassName
{
color: #873205;
}
</style>
background-color css
<style>
a { background-color: #873205; }
a { background-color: rgb(135,50,5); }
div.DivClassName
{
background-color: #873205;
}
.BgClassName
{
background-color: #873205;
}
</style>
border-color css
<style>
span { border-color: #873205; }
span { border-color: rgb(135,50,5); }
td.TdClassName
{
border-color: #873205;
}
.TagClassName
{
border-color: #873205;
}
</style>