Shades of Saddle Brown #803711
Tints of Saddle Brown #803711
RGB
CMYK
RGB Variations
Color information
#803711 (or 0x803711) is known color: Saddle Brown. HEX triplet: 80, 37 and 11. RGB value is (128,55,17). Sum of RGB (Red+Green+Blue) = 128+55+17=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #803711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803711 is #7FC8EE. Grayscale: #484848. Windows color (decimal): -8374511 or 1128320. OLE color: 1128320.
HSL color Cylindrical-coordinate representation of color #803711: hue angle of 20.54º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #803711 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 55 | 17 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.50 |
| HSL | 20.54º | 0.77% | 0.28% | - |
| HSV(B) | 20.54º | 0.87% | 0.5% | - |
| XYZ | 10.37 | 7.36 | 1.4 | - |
| YUV | 72.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 17 | 0 | 0.57 | 0.87 | 0.50 | 20.54 | 0.77 | 0.28 |
| Hex | 80 | 37 | 11 | 0 | 39 | 57 | 32 | 15 | 4D | 1C |
| Octal | 200 | 67 | 21 | 0 | 71 | 127 | 62 | 25 | 115 | 34 |
| Binary | 10000000 | 110111 | 10001 | 0 | 111001 | 1010111 | 110010 | 10101 | 1001101 | 11100 |
Color Harmonies of #803711
Complementary color
Monochromatic Colors of #803711
Black with #803711
Text Example
Text Example
White with #803711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803711; }
p { color: rgb(128,55,17); }
H1.HeaderClassName
{
color: #803711;
}
.AnyTagClassName
{
color: #803711;
}
</style>
background-color css
<style>
a { background-color: #803711; }
a { background-color: rgb(128,55,17); }
div.DivClassName
{
background-color: #803711;
}
.BgClassName
{
background-color: #803711;
}
</style>
border-color css
<style>
span { border-color: #803711; }
span { border-color: rgb(128,55,17); }
td.TdClassName
{
border-color: #803711;
}
.TagClassName
{
border-color: #803711;
}
</style>