Shades of Saddle Brown #873A05
Tints of Saddle Brown #873A05
RGB
CMYK
RGB Variations
Color information
#873A05 (or 0x873A05) is known color: Saddle Brown. HEX triplet: 87, 3A and 05. RGB value is (135,58,5). Sum of RGB (Red+Green+Blue) = 135+58+5=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #873A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873A05 is #78C5FA. Grayscale: #4B4B4B. Windows color (decimal): -7915003 or 342663. OLE color: 342663.
HSL color Cylindrical-coordinate representation of color #873A05: hue angle of 24.46º 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 #873A05 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 58 | 5 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.47 |
| HSL | 24.46º | 0.93% | 0.27% | - |
| HSV(B) | 24.46º | 0.96% | 0.53% | - |
| XYZ | 11.53 | 8.19 | 1.12 | - |
| YUV | 74.98 | 88.51 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 5 | 0 | 0.57 | 0.96 | 0.47 | 24.46 | 0.93 | 0.27 |
| Hex | 87 | 3A | 5 | 0 | 39 | 60 | 2F | 18 | 5D | 1B |
| Octal | 207 | 72 | 5 | 0 | 71 | 140 | 57 | 30 | 135 | 33 |
| Binary | 10000111 | 111010 | 101 | 0 | 111001 | 1100000 | 101111 | 11000 | 1011101 | 11011 |
Color Harmonies of #873A05
Complementary color
Monochromatic Colors of #873A05
Black with #873A05
Text Example
Text Example
White with #873A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873A05; }
p { color: rgb(135,58,5); }
H1.HeaderClassName
{
color: #873A05;
}
.AnyTagClassName
{
color: #873A05;
}
</style>
background-color css
<style>
a { background-color: #873A05; }
a { background-color: rgb(135,58,5); }
div.DivClassName
{
background-color: #873A05;
}
.BgClassName
{
background-color: #873A05;
}
</style>
border-color css
<style>
span { border-color: #873A05; }
span { border-color: rgb(135,58,5); }
td.TdClassName
{
border-color: #873A05;
}
.TagClassName
{
border-color: #873A05;
}
</style>