Shades of Saddle Brown #873A00
Tints of Saddle Brown #873A00
RGB
CMYK
RGB Variations
Color information
#873A00 (or 0x873A00) is known color: Saddle Brown. HEX triplet: 87, 3A and 00. RGB value is (135,58,0). Sum of RGB (Red+Green+Blue) = 135+58+0=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #873A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873A00 is #78C5FF. Grayscale: #4A4A4A. Windows color (decimal): -7915008 or 14983. OLE color: 14983.
HSL color Cylindrical-coordinate representation of color #873A00: hue angle of 25.78º 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 #873A00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 58 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.47 |
| HSL | 25.78º | 1% | 0.26% | - |
| HSV(B) | 25.78º | 1% | 0.53% | - |
| XYZ | 11.5 | 8.18 | 0.97 | - |
| YUV | 74.41 | 86.01 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 0 | 0 | 0.57 | 1 | 0.47 | 25.78 | 1 | 0.26 |
| Hex | 87 | 3A | 0 | 0 | 39 | 64 | 2F | 1A | 64 | 1A |
| Octal | 207 | 72 | 0 | 0 | 71 | 144 | 57 | 32 | 144 | 32 |
| Binary | 10000111 | 111010 | 0 | 0 | 111001 | 1100100 | 101111 | 11010 | 1100100 | 11010 |
Color Harmonies of #873A00
Complementary color
Monochromatic Colors of #873A00
Black with #873A00
Text Example
Text Example
White with #873A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873A00; }
p { color: rgb(135,58,0); }
H1.HeaderClassName
{
color: #873A00;
}
.AnyTagClassName
{
color: #873A00;
}
</style>
background-color css
<style>
a { background-color: #873A00; }
a { background-color: rgb(135,58,0); }
div.DivClassName
{
background-color: #873A00;
}
.BgClassName
{
background-color: #873A00;
}
</style>
border-color css
<style>
span { border-color: #873A00; }
span { border-color: rgb(135,58,0); }
td.TdClassName
{
border-color: #873A00;
}
.TagClassName
{
border-color: #873A00;
}
</style>