Shades of Saddle Brown #803C00
Tints of Saddle Brown #803C00
RGB
CMYK
RGB Variations
Color information
#803C00 (or 0x803C00) is known color: Saddle Brown. HEX triplet: 80, 3C and 00. RGB value is (128,60,0). Sum of RGB (Red+Green+Blue) = 128+60+0=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #803C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803C00 is #7FC3FF. Grayscale: #494949. Windows color (decimal): -8373248 or 15488. OLE color: 15488.
HSL color Cylindrical-coordinate representation of color #803C00: hue angle of 28.12º 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 #803C00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.50 |
| HSL | 28.13º | 1% | 0.25% | - |
| HSV(B) | 28.13º | 1% | 0.5% | - |
| XYZ | 10.52 | 7.82 | 0.96 | - |
| YUV | 73.49 | 86.53 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 0 | 0 | 0.53 | 1 | 0.50 | 28.13 | 1 | 0.25 |
| Hex | 80 | 3C | 0 | 0 | 35 | 64 | 32 | 1C | 64 | 19 |
| Octal | 200 | 74 | 0 | 0 | 65 | 144 | 62 | 34 | 144 | 31 |
| Binary | 10000000 | 111100 | 0 | 0 | 110101 | 1100100 | 110010 | 11100 | 1100100 | 11001 |
Color Harmonies of #803C00
Complementary color
Monochromatic Colors of #803C00
Black with #803C00
Text Example
Text Example
White with #803C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C00; }
p { color: rgb(128,60,0); }
H1.HeaderClassName
{
color: #803C00;
}
.AnyTagClassName
{
color: #803C00;
}
</style>
background-color css
<style>
a { background-color: #803C00; }
a { background-color: rgb(128,60,0); }
div.DivClassName
{
background-color: #803C00;
}
.BgClassName
{
background-color: #803C00;
}
</style>
border-color css
<style>
span { border-color: #803C00; }
span { border-color: rgb(128,60,0); }
td.TdClassName
{
border-color: #803C00;
}
.TagClassName
{
border-color: #803C00;
}
</style>