Shades of Saddle Brown #803F00
Tints of Saddle Brown #803F00
RGB
CMYK
RGB Variations
Color information
#803F00 (or 0x803F00) is known color: Saddle Brown. HEX triplet: 80, 3F and 00. RGB value is (128,63,0). Sum of RGB (Red+Green+Blue) = 128+63+0=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #803F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803F00 is #7FC0FF. Grayscale: #4B4B4B. Windows color (decimal): -8372480 or 16256. OLE color: 16256.
HSL color Cylindrical-coordinate representation of color #803F00: hue angle of 29.53º 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 #803F00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.50 |
| HSL | 29.53º | 1% | 0.25% | - |
| HSV(B) | 29.53º | 1% | 0.5% | - |
| XYZ | 10.68 | 8.14 | 1.01 | - |
| YUV | 75.25 | 85.53 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 0 | 0 | 0.51 | 1 | 0.50 | 29.53 | 1 | 0.25 |
| Hex | 80 | 3F | 0 | 0 | 33 | 64 | 32 | 1E | 64 | 19 |
| Octal | 200 | 77 | 0 | 0 | 63 | 144 | 62 | 36 | 144 | 31 |
| Binary | 10000000 | 111111 | 0 | 0 | 110011 | 1100100 | 110010 | 11110 | 1100100 | 11001 |
Color Harmonies of #803F00
Complementary color
Monochromatic Colors of #803F00
Black with #803F00
Text Example
Text Example
White with #803F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F00; }
p { color: rgb(128,63,0); }
H1.HeaderClassName
{
color: #803F00;
}
.AnyTagClassName
{
color: #803F00;
}
</style>
background-color css
<style>
a { background-color: #803F00; }
a { background-color: rgb(128,63,0); }
div.DivClassName
{
background-color: #803F00;
}
.BgClassName
{
background-color: #803F00;
}
</style>
border-color css
<style>
span { border-color: #803F00; }
span { border-color: rgb(128,63,0); }
td.TdClassName
{
border-color: #803F00;
}
.TagClassName
{
border-color: #803F00;
}
</style>