Shades of Raw Umber #804A07
Tints of Raw Umber #804A07
RGB
CMYK
RGB Variations
Color information
#804A07 (or 0x804A07) is known color: Raw Umber. HEX triplet: 80, 4A and 07. RGB value is (128,74,7). Sum of RGB (Red+Green+Blue) = 128+74+7=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #804A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804A07 is #7FB5F8. Grayscale: #525252. Windows color (decimal): -8369657 or 477824. OLE color: 477824.
HSL color Cylindrical-coordinate representation of color #804A07: hue angle of 33.22º 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 #804A07 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 74 | 7 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.50 |
| HSL | 33.22º | 0.9% | 0.26% | - |
| HSV(B) | 33.22º | 0.95% | 0.5% | - |
| XYZ | 11.39 | 9.5 | 1.43 | - |
| YUV | 82.51 | 85.39 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 7 | 0 | 0.42 | 0.95 | 0.50 | 33.22 | 0.9 | 0.26 |
| Hex | 80 | 4A | 7 | 0 | 2A | 5F | 32 | 21 | 5A | 1A |
| Octal | 200 | 112 | 7 | 0 | 52 | 137 | 62 | 41 | 132 | 32 |
| Binary | 10000000 | 1001010 | 111 | 0 | 101010 | 1011111 | 110010 | 100001 | 1011010 | 11010 |
Color Harmonies of #804A07
Complementary color
Monochromatic Colors of #804A07
Black with #804A07
Text Example
Text Example
White with #804A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A07; }
p { color: rgb(128,74,7); }
H1.HeaderClassName
{
color: #804A07;
}
.AnyTagClassName
{
color: #804A07;
}
</style>
background-color css
<style>
a { background-color: #804A07; }
a { background-color: rgb(128,74,7); }
div.DivClassName
{
background-color: #804A07;
}
.BgClassName
{
background-color: #804A07;
}
</style>
border-color css
<style>
span { border-color: #804A07; }
span { border-color: rgb(128,74,7); }
td.TdClassName
{
border-color: #804A07;
}
.TagClassName
{
border-color: #804A07;
}
</style>