Shades of Saddle Brown #803B05
Tints of Saddle Brown #803B05
RGB
CMYK
RGB Variations
Color information
#803B05 (or 0x803B05) is known color: Saddle Brown. HEX triplet: 80, 3B and 05. RGB value is (128,59,5). Sum of RGB (Red+Green+Blue) = 128+59+5=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #803B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803B05 is #7FC4FA. Grayscale: #494949. Windows color (decimal): -8373499 or 342912. OLE color: 342912.
HSL color Cylindrical-coordinate representation of color #803B05: hue angle of 26.34º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #803B05 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 5 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.50 |
| HSL | 26.34º | 0.92% | 0.26% | - |
| HSV(B) | 26.34º | 0.96% | 0.5% | - |
| XYZ | 10.49 | 7.73 | 1.08 | - |
| YUV | 73.48 | 89.36 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 5 | 0 | 0.54 | 0.96 | 0.50 | 26.34 | 0.92 | 0.26 |
| Hex | 80 | 3B | 5 | 0 | 36 | 60 | 32 | 1A | 5C | 1A |
| Octal | 200 | 73 | 5 | 0 | 66 | 140 | 62 | 32 | 134 | 32 |
| Binary | 10000000 | 111011 | 101 | 0 | 110110 | 1100000 | 110010 | 11010 | 1011100 | 11010 |
Color Harmonies of #803B05
Complementary color
Monochromatic Colors of #803B05
Black with #803B05
Text Example
Text Example
White with #803B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B05; }
p { color: rgb(128,59,5); }
H1.HeaderClassName
{
color: #803B05;
}
.AnyTagClassName
{
color: #803B05;
}
</style>
background-color css
<style>
a { background-color: #803B05; }
a { background-color: rgb(128,59,5); }
div.DivClassName
{
background-color: #803B05;
}
.BgClassName
{
background-color: #803B05;
}
</style>
border-color css
<style>
span { border-color: #803B05; }
span { border-color: rgb(128,59,5); }
td.TdClassName
{
border-color: #803B05;
}
.TagClassName
{
border-color: #803B05;
}
</style>