Shades of Saddle Brown #873A0D
Tints of Saddle Brown #873A0D
RGB
CMYK
RGB Variations
Color information
#873A0D (or 0x873A0D) is known color: Saddle Brown. HEX triplet: 87, 3A and 0D. RGB value is (135,58,13). Sum of RGB (Red+Green+Blue) = 135+58+13=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #873A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873A0D is #78C5F2. Grayscale: #4C4C4C. Windows color (decimal): -7914995 or 866951. OLE color: 866951.
HSL color Cylindrical-coordinate representation of color #873A0D: hue angle of 22.13º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #873A0D is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 58 | 13 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.47 |
| HSL | 22.13º | 0.82% | 0.29% | - |
| HSV(B) | 22.13º | 0.9% | 0.53% | - |
| XYZ | 11.58 | 8.21 | 1.35 | - |
| YUV | 75.89 | 92.51 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 13 | 0 | 0.57 | 0.90 | 0.47 | 22.13 | 0.82 | 0.29 |
| Hex | 87 | 3A | D | 0 | 39 | 5A | 2F | 16 | 52 | 1D |
| Octal | 207 | 72 | 15 | 0 | 71 | 132 | 57 | 26 | 122 | 35 |
| Binary | 10000111 | 111010 | 1101 | 0 | 111001 | 1011010 | 101111 | 10110 | 1010010 | 11101 |
Color Harmonies of #873A0D
Complementary color
Monochromatic Colors of #873A0D
Black with #873A0D
Text Example
Text Example
White with #873A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873A0D; }
p { color: rgb(135,58,13); }
H1.HeaderClassName
{
color: #873A0D;
}
.AnyTagClassName
{
color: #873A0D;
}
</style>
background-color css
<style>
a { background-color: #873A0D; }
a { background-color: rgb(135,58,13); }
div.DivClassName
{
background-color: #873A0D;
}
.BgClassName
{
background-color: #873A0D;
}
</style>
border-color css
<style>
span { border-color: #873A0D; }
span { border-color: rgb(135,58,13); }
td.TdClassName
{
border-color: #873A0D;
}
.TagClassName
{
border-color: #873A0D;
}
</style>