Shades of Saddle Brown #873D13
Tints of Saddle Brown #873D13
RGB
CMYK
RGB Variations
Color information
#873D13 (or 0x873D13) is known color: Saddle Brown. HEX triplet: 87, 3D and 13. RGB value is (135,61,19). Sum of RGB (Red+Green+Blue) = 135+61+19=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #873D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873D13 is #78C2EC. Grayscale: #4E4E4E. Windows color (decimal): -7914221 or 1260935. OLE color: 1260935.
HSL color Cylindrical-coordinate representation of color #873D13: hue angle of 21.72º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #873D13 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 61 | 19 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.47 |
| HSL | 21.72º | 0.75% | 0.3% | - |
| HSV(B) | 21.72º | 0.86% | 0.53% | - |
| XYZ | 11.78 | 8.54 | 1.64 | - |
| YUV | 78.34 | 94.52 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 19 | 0 | 0.55 | 0.86 | 0.47 | 21.72 | 0.75 | 0.3 |
| Hex | 87 | 3D | 13 | 0 | 37 | 56 | 2F | 16 | 4B | 1E |
| Octal | 207 | 75 | 23 | 0 | 67 | 126 | 57 | 26 | 113 | 36 |
| Binary | 10000111 | 111101 | 10011 | 0 | 110111 | 1010110 | 101111 | 10110 | 1001011 | 11110 |
Color Harmonies of #873D13
Complementary color
Monochromatic Colors of #873D13
Black with #873D13
Text Example
Text Example
White with #873D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D13; }
p { color: rgb(135,61,19); }
H1.HeaderClassName
{
color: #873D13;
}
.AnyTagClassName
{
color: #873D13;
}
</style>
background-color css
<style>
a { background-color: #873D13; }
a { background-color: rgb(135,61,19); }
div.DivClassName
{
background-color: #873D13;
}
.BgClassName
{
background-color: #873D13;
}
</style>
border-color css
<style>
span { border-color: #873D13; }
span { border-color: rgb(135,61,19); }
td.TdClassName
{
border-color: #873D13;
}
.TagClassName
{
border-color: #873D13;
}
</style>