Shades of Saddle Brown #803C07
Tints of Saddle Brown #803C07
RGB
CMYK
RGB Variations
Color information
#803C07 (or 0x803C07) is known color: Saddle Brown. HEX triplet: 80, 3C and 07. RGB value is (128,60,7). Sum of RGB (Red+Green+Blue) = 128+60+7=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 7 (3.12% from 255 or 3.59% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #803C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803C07 is #7FC3F8. Grayscale: #4A4A4A. Windows color (decimal): -8373241 or 474240. OLE color: 474240.
HSL color Cylindrical-coordinate representation of color #803C07: hue angle of 26.28º degrees, saturation: 0.9, 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 #803C07 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 7 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.50 |
| HSL | 26.28º | 0.9% | 0.26% | - |
| HSV(B) | 26.28º | 0.95% | 0.5% | - |
| XYZ | 10.56 | 7.84 | 1.16 | - |
| YUV | 74.29 | 90.03 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 7 | 0 | 0.53 | 0.95 | 0.50 | 26.28 | 0.9 | 0.26 |
| Hex | 80 | 3C | 7 | 0 | 35 | 5F | 32 | 1A | 5A | 1A |
| Octal | 200 | 74 | 7 | 0 | 65 | 137 | 62 | 32 | 132 | 32 |
| Binary | 10000000 | 111100 | 111 | 0 | 110101 | 1011111 | 110010 | 11010 | 1011010 | 11010 |
Color Harmonies of #803C07
Complementary color
Monochromatic Colors of #803C07
Black with #803C07
Text Example
Text Example
White with #803C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C07; }
p { color: rgb(128,60,7); }
H1.HeaderClassName
{
color: #803C07;
}
.AnyTagClassName
{
color: #803C07;
}
</style>
background-color css
<style>
a { background-color: #803C07; }
a { background-color: rgb(128,60,7); }
div.DivClassName
{
background-color: #803C07;
}
.BgClassName
{
background-color: #803C07;
}
</style>
border-color css
<style>
span { border-color: #803C07; }
span { border-color: rgb(128,60,7); }
td.TdClassName
{
border-color: #803C07;
}
.TagClassName
{
border-color: #803C07;
}
</style>