Shades of Saddle Brown #803700
Tints of Saddle Brown #803700
RGB
CMYK
RGB Variations
Color information
#803700 (or 0x803700) is known color: Saddle Brown. HEX triplet: 80, 37 and 00. RGB value is (128,55,0). Sum of RGB (Red+Green+Blue) = 128+55+0=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #803700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803700 is #7FC8FF. Grayscale: #464646. Windows color (decimal): -8374528 or 14208. OLE color: 14208.
HSL color Cylindrical-coordinate representation of color #803700: hue angle of 25.78º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #803700 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 55 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.50 |
| HSL | 25.78º | 1% | 0.25% | - |
| HSV(B) | 25.78º | 1% | 0.5% | - |
| XYZ | 10.27 | 7.32 | 0.87 | - |
| YUV | 70.56 | 88.18 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 0 | 0 | 0.57 | 1 | 0.50 | 25.78 | 1 | 0.25 |
| Hex | 80 | 37 | 0 | 0 | 39 | 64 | 32 | 1A | 64 | 19 |
| Octal | 200 | 67 | 0 | 0 | 71 | 144 | 62 | 32 | 144 | 31 |
| Binary | 10000000 | 110111 | 0 | 0 | 111001 | 1100100 | 110010 | 11010 | 1100100 | 11001 |
Color Harmonies of #803700
Complementary color
Monochromatic Colors of #803700
Black with #803700
Text Example
Text Example
White with #803700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803700; }
p { color: rgb(128,55,0); }
H1.HeaderClassName
{
color: #803700;
}
.AnyTagClassName
{
color: #803700;
}
</style>
background-color css
<style>
a { background-color: #803700; }
a { background-color: rgb(128,55,0); }
div.DivClassName
{
background-color: #803700;
}
.BgClassName
{
background-color: #803700;
}
</style>
border-color css
<style>
span { border-color: #803700; }
span { border-color: rgb(128,55,0); }
td.TdClassName
{
border-color: #803700;
}
.TagClassName
{
border-color: #803700;
}
</style>