Shades of Saddle Brown #873000
Tints of Saddle Brown #873000
RGB
CMYK
RGB Variations
Color information
#873000 (or 0x873000) is known color: Saddle Brown. HEX triplet: 87, 30 and 00. RGB value is (135,48,0). Sum of RGB (Red+Green+Blue) = 135+48+0=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #873000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873000 is #78CFFF. Grayscale: #444444. Windows color (decimal): -7917568 or 12423. OLE color: 12423.
HSL color Cylindrical-coordinate representation of color #873000: hue angle of 21.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #873000 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 48 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.47 |
| HSL | 21.33º | 1% | 0.26% | - |
| HSV(B) | 21.33º | 1% | 0.53% | - |
| XYZ | 11.05 | 7.26 | 0.82 | - |
| YUV | 68.54 | 89.32 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 0 | 0 | 0.64 | 1 | 0.47 | 21.33 | 1 | 0.26 |
| Hex | 87 | 30 | 0 | 0 | 40 | 64 | 2F | 15 | 64 | 1A |
| Octal | 207 | 60 | 0 | 0 | 100 | 144 | 57 | 25 | 144 | 32 |
| Binary | 10000111 | 110000 | 0 | 0 | 1000000 | 1100100 | 101111 | 10101 | 1100100 | 11010 |
Color Harmonies of #873000
Complementary color
Monochromatic Colors of #873000
Black with #873000
Text Example
Text Example
White with #873000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873000; }
p { color: rgb(135,48,0); }
H1.HeaderClassName
{
color: #873000;
}
.AnyTagClassName
{
color: #873000;
}
</style>
background-color css
<style>
a { background-color: #873000; }
a { background-color: rgb(135,48,0); }
div.DivClassName
{
background-color: #873000;
}
.BgClassName
{
background-color: #873000;
}
</style>
border-color css
<style>
span { border-color: #873000; }
span { border-color: rgb(135,48,0); }
td.TdClassName
{
border-color: #873000;
}
.TagClassName
{
border-color: #873000;
}
</style>