Shades of Saddle Brown #803F05
Tints of Saddle Brown #803F05
RGB
CMYK
RGB Variations
Color information
#803F05 (or 0x803F05) is known color: Saddle Brown. HEX triplet: 80, 3F and 05. RGB value is (128,63,5). Sum of RGB (Red+Green+Blue) = 128+63+5=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #803F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803F05 is #7FC0FA. Grayscale: #4C4C4C. Windows color (decimal): -8372475 or 343936. OLE color: 343936.
HSL color Cylindrical-coordinate representation of color #803F05: hue angle of 28.29º 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 #803F05 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 5 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.50 |
| HSL | 28.29º | 0.92% | 0.26% | - |
| HSV(B) | 28.29º | 0.96% | 0.5% | - |
| XYZ | 10.71 | 8.16 | 1.15 | - |
| YUV | 75.82 | 88.03 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 5 | 0 | 0.51 | 0.96 | 0.50 | 28.29 | 0.92 | 0.26 |
| Hex | 80 | 3F | 5 | 0 | 33 | 60 | 32 | 1C | 5C | 1A |
| Octal | 200 | 77 | 5 | 0 | 63 | 140 | 62 | 34 | 134 | 32 |
| Binary | 10000000 | 111111 | 101 | 0 | 110011 | 1100000 | 110010 | 11100 | 1011100 | 11010 |
Color Harmonies of #803F05
Complementary color
Monochromatic Colors of #803F05
Black with #803F05
Text Example
Text Example
White with #803F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F05; }
p { color: rgb(128,63,5); }
H1.HeaderClassName
{
color: #803F05;
}
.AnyTagClassName
{
color: #803F05;
}
</style>
background-color css
<style>
a { background-color: #803F05; }
a { background-color: rgb(128,63,5); }
div.DivClassName
{
background-color: #803F05;
}
.BgClassName
{
background-color: #803F05;
}
</style>
border-color css
<style>
span { border-color: #803F05; }
span { border-color: rgb(128,63,5); }
td.TdClassName
{
border-color: #803F05;
}
.TagClassName
{
border-color: #803F05;
}
</style>