Shades of Saddle Brown #873600
Tints of Saddle Brown #873600
RGB
CMYK
RGB Variations
Color information
#873600 (or 0x873600) is known color: Saddle Brown. HEX triplet: 87, 36 and 00. RGB value is (135,54,0). Sum of RGB (Red+Green+Blue) = 135+54+0=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #873600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #873600 is #78C9FF. Grayscale: #484848. Windows color (decimal): -7916032 or 13959. OLE color: 13959.
HSL color Cylindrical-coordinate representation of color #873600: hue angle of 24º 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 #873600 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 54 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.47 |
| HSL | 24º | 1% | 0.26% | - |
| HSV(B) | 24º | 1% | 0.53% | - |
| XYZ | 11.31 | 7.79 | 0.91 | - |
| YUV | 72.06 | 87.34 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 54 | 0 | 0 | 0.60 | 1 | 0.47 | 24 | 1 | 0.26 |
| Hex | 87 | 36 | 0 | 0 | 3C | 64 | 2F | 18 | 64 | 1A |
| Octal | 207 | 66 | 0 | 0 | 74 | 144 | 57 | 30 | 144 | 32 |
| Binary | 10000111 | 110110 | 0 | 0 | 111100 | 1100100 | 101111 | 11000 | 1100100 | 11010 |
Color Harmonies of #873600
Complementary color
Monochromatic Colors of #873600
Black with #873600
Text Example
Text Example
White with #873600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873600; }
p { color: rgb(135,54,0); }
H1.HeaderClassName
{
color: #873600;
}
.AnyTagClassName
{
color: #873600;
}
</style>
background-color css
<style>
a { background-color: #873600; }
a { background-color: rgb(135,54,0); }
div.DivClassName
{
background-color: #873600;
}
.BgClassName
{
background-color: #873600;
}
</style>
border-color css
<style>
span { border-color: #873600; }
span { border-color: rgb(135,54,0); }
td.TdClassName
{
border-color: #873600;
}
.TagClassName
{
border-color: #873600;
}
</style>