Shades of Saddle Brown #803D04
Tints of Saddle Brown #803D04
RGB
CMYK
RGB Variations
Color information
#803D04 (or 0x803D04) is known color: Saddle Brown. HEX triplet: 80, 3D and 04. RGB value is (128,61,4). Sum of RGB (Red+Green+Blue) = 128+61+4=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #803D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803D04 is #7FC2FB. Grayscale: #4A4A4A. Windows color (decimal): -8372988 or 277888. OLE color: 277888.
HSL color Cylindrical-coordinate representation of color #803D04: hue angle of 27.58º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #803D04 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 61 | 4 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.50 |
| HSL | 27.58º | 0.94% | 0.26% | - |
| HSV(B) | 27.58º | 0.97% | 0.5% | - |
| XYZ | 10.59 | 7.94 | 1.09 | - |
| YUV | 74.54 | 88.2 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 4 | 0 | 0.52 | 0.97 | 0.50 | 27.58 | 0.94 | 0.26 |
| Hex | 80 | 3D | 4 | 0 | 34 | 61 | 32 | 1C | 5E | 1A |
| Octal | 200 | 75 | 4 | 0 | 64 | 141 | 62 | 34 | 136 | 32 |
| Binary | 10000000 | 111101 | 100 | 0 | 110100 | 1100001 | 110010 | 11100 | 1011110 | 11010 |
Color Harmonies of #803D04
Complementary color
Monochromatic Colors of #803D04
Black with #803D04
Text Example
Text Example
White with #803D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D04; }
p { color: rgb(128,61,4); }
H1.HeaderClassName
{
color: #803D04;
}
.AnyTagClassName
{
color: #803D04;
}
</style>
background-color css
<style>
a { background-color: #803D04; }
a { background-color: rgb(128,61,4); }
div.DivClassName
{
background-color: #803D04;
}
.BgClassName
{
background-color: #803D04;
}
</style>
border-color css
<style>
span { border-color: #803D04; }
span { border-color: rgb(128,61,4); }
td.TdClassName
{
border-color: #803D04;
}
.TagClassName
{
border-color: #803D04;
}
</style>