Shades of Saddle Brown #803F06
Tints of Saddle Brown #803F06
RGB
CMYK
RGB Variations
Color information
#803F06 (or 0x803F06) is known color: Saddle Brown. HEX triplet: 80, 3F and 06. RGB value is (128,63,6). Sum of RGB (Red+Green+Blue) = 128+63+6=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #803F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803F06 is #7FC0F9. Grayscale: #4C4C4C. Windows color (decimal): -8372474 or 409472. OLE color: 409472.
HSL color Cylindrical-coordinate representation of color #803F06: hue angle of 28.03º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #803F06 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 6 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.50 |
| HSL | 28.03º | 0.91% | 0.26% | - |
| HSV(B) | 28.03º | 0.95% | 0.5% | - |
| XYZ | 10.71 | 8.16 | 1.18 | - |
| YUV | 75.94 | 88.53 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 6 | 0 | 0.51 | 0.95 | 0.50 | 28.03 | 0.91 | 0.26 |
| Hex | 80 | 3F | 6 | 0 | 33 | 5F | 32 | 1C | 5B | 1A |
| Octal | 200 | 77 | 6 | 0 | 63 | 137 | 62 | 34 | 133 | 32 |
| Binary | 10000000 | 111111 | 110 | 0 | 110011 | 1011111 | 110010 | 11100 | 1011011 | 11010 |
Color Harmonies of #803F06
Complementary color
Monochromatic Colors of #803F06
Black with #803F06
Text Example
Text Example
White with #803F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F06; }
p { color: rgb(128,63,6); }
H1.HeaderClassName
{
color: #803F06;
}
.AnyTagClassName
{
color: #803F06;
}
</style>
background-color css
<style>
a { background-color: #803F06; }
a { background-color: rgb(128,63,6); }
div.DivClassName
{
background-color: #803F06;
}
.BgClassName
{
background-color: #803F06;
}
</style>
border-color css
<style>
span { border-color: #803F06; }
span { border-color: rgb(128,63,6); }
td.TdClassName
{
border-color: #803F06;
}
.TagClassName
{
border-color: #803F06;
}
</style>