Shades of Saddle Brown #873400
Tints of Saddle Brown #873400
RGB
CMYK
RGB Variations
Color information
#873400 (or 0x873400) is known color: Saddle Brown. HEX triplet: 87, 34 and 00. RGB value is (135,52,0). Sum of RGB (Red+Green+Blue) = 135+52+0=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #873400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873400 is #78CBFF. Grayscale: #474747. Windows color (decimal): -7916544 or 13447. OLE color: 13447.
HSL color Cylindrical-coordinate representation of color #873400: hue angle of 23.11º 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 #873400 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 52 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.47 |
| HSL | 23.11º | 1% | 0.26% | - |
| HSV(B) | 23.11º | 1% | 0.53% | - |
| XYZ | 11.22 | 7.61 | 0.88 | - |
| YUV | 70.89 | 88 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 52 | 0 | 0 | 0.61 | 1 | 0.47 | 23.11 | 1 | 0.26 |
| Hex | 87 | 34 | 0 | 0 | 3D | 64 | 2F | 17 | 64 | 1A |
| Octal | 207 | 64 | 0 | 0 | 75 | 144 | 57 | 27 | 144 | 32 |
| Binary | 10000111 | 110100 | 0 | 0 | 111101 | 1100100 | 101111 | 10111 | 1100100 | 11010 |
Color Harmonies of #873400
Complementary color
Monochromatic Colors of #873400
Black with #873400
Text Example
Text Example
White with #873400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873400; }
p { color: rgb(135,52,0); }
H1.HeaderClassName
{
color: #873400;
}
.AnyTagClassName
{
color: #873400;
}
</style>
background-color css
<style>
a { background-color: #873400; }
a { background-color: rgb(135,52,0); }
div.DivClassName
{
background-color: #873400;
}
.BgClassName
{
background-color: #873400;
}
</style>
border-color css
<style>
span { border-color: #873400; }
span { border-color: rgb(135,52,0); }
td.TdClassName
{
border-color: #873400;
}
.TagClassName
{
border-color: #873400;
}
</style>