Shades of Saddle Brown #803000
Tints of Saddle Brown #803000
RGB
CMYK
RGB Variations
Color information
#803000 (or 0x803000) is known color: Saddle Brown. HEX triplet: 80, 30 and 00. RGB value is (128,48,0). Sum of RGB (Red+Green+Blue) = 128+48+0=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #803000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803000 is #7FCFFF. Grayscale: #424242. Windows color (decimal): -8376320 or 12416. OLE color: 12416.
HSL color Cylindrical-coordinate representation of color #803000: hue angle of 22.5º 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 #803000 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 48 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.50 |
| HSL | 22.5º | 1% | 0.25% | - |
| HSV(B) | 22.5º | 1% | 0.5% | - |
| XYZ | 9.96 | 6.7 | 0.77 | - |
| YUV | 66.45 | 90.5 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 0 | 0 | 0.62 | 1 | 0.50 | 22.5 | 1 | 0.25 |
| Hex | 80 | 30 | 0 | 0 | 3E | 64 | 32 | 16 | 64 | 19 |
| Octal | 200 | 60 | 0 | 0 | 76 | 144 | 62 | 26 | 144 | 31 |
| Binary | 10000000 | 110000 | 0 | 0 | 111110 | 1100100 | 110010 | 10110 | 1100100 | 11001 |
Color Harmonies of #803000
Complementary color
Monochromatic Colors of #803000
Black with #803000
Text Example
Text Example
White with #803000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803000; }
p { color: rgb(128,48,0); }
H1.HeaderClassName
{
color: #803000;
}
.AnyTagClassName
{
color: #803000;
}
</style>
background-color css
<style>
a { background-color: #803000; }
a { background-color: rgb(128,48,0); }
div.DivClassName
{
background-color: #803000;
}
.BgClassName
{
background-color: #803000;
}
</style>
border-color css
<style>
span { border-color: #803000; }
span { border-color: rgb(128,48,0); }
td.TdClassName
{
border-color: #803000;
}
.TagClassName
{
border-color: #803000;
}
</style>