Shades of Saddle Brown #803A07
Tints of Saddle Brown #803A07
RGB
CMYK
RGB Variations
Color information
#803A07 (or 0x803A07) is known color: Saddle Brown. HEX triplet: 80, 3A and 07. RGB value is (128,58,7). Sum of RGB (Red+Green+Blue) = 128+58+7=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #803A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803A07 is #7FC5F8. Grayscale: #494949. Windows color (decimal): -8373753 or 473728. OLE color: 473728.
HSL color Cylindrical-coordinate representation of color #803A07: hue angle of 25.29º 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 #803A07 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 58 | 7 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.50 |
| HSL | 25.29º | 0.9% | 0.26% | - |
| HSV(B) | 25.29º | 0.95% | 0.5% | - |
| XYZ | 10.45 | 7.63 | 1.12 | - |
| YUV | 73.12 | 90.69 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 7 | 0 | 0.55 | 0.95 | 0.50 | 25.29 | 0.9 | 0.26 |
| Hex | 80 | 3A | 7 | 0 | 37 | 5F | 32 | 19 | 5A | 1A |
| Octal | 200 | 72 | 7 | 0 | 67 | 137 | 62 | 31 | 132 | 32 |
| Binary | 10000000 | 111010 | 111 | 0 | 110111 | 1011111 | 110010 | 11001 | 1011010 | 11010 |
Color Harmonies of #803A07
Complementary color
Monochromatic Colors of #803A07
Black with #803A07
Text Example
Text Example
White with #803A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803A07; }
p { color: rgb(128,58,7); }
H1.HeaderClassName
{
color: #803A07;
}
.AnyTagClassName
{
color: #803A07;
}
</style>
background-color css
<style>
a { background-color: #803A07; }
a { background-color: rgb(128,58,7); }
div.DivClassName
{
background-color: #803A07;
}
.BgClassName
{
background-color: #803A07;
}
</style>
border-color css
<style>
span { border-color: #803A07; }
span { border-color: rgb(128,58,7); }
td.TdClassName
{
border-color: #803A07;
}
.TagClassName
{
border-color: #803A07;
}
</style>