Shades of Raw Umber #804E07
Tints of Raw Umber #804E07
RGB
CMYK
RGB Variations
Color information
#804E07 (or 0x804E07) is known color: Raw Umber. HEX triplet: 80, 4E and 07. RGB value is (128,78,7). Sum of RGB (Red+Green+Blue) = 128+78+7=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #804E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #804E07 is #7FB1F8. Grayscale: #555555. Windows color (decimal): -8368633 or 478848. OLE color: 478848.
HSL color Cylindrical-coordinate representation of color #804E07: hue angle of 35.21º 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 #804E07 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 78 | 7 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.50 |
| HSL | 35.21º | 0.9% | 0.26% | - |
| HSV(B) | 35.21º | 0.95% | 0.5% | - |
| XYZ | 11.66 | 10.05 | 1.53 | - |
| YUV | 84.86 | 84.07 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 7 | 0 | 0.39 | 0.95 | 0.50 | 35.21 | 0.9 | 0.26 |
| Hex | 80 | 4E | 7 | 0 | 27 | 5F | 32 | 23 | 5A | 1A |
| Octal | 200 | 116 | 7 | 0 | 47 | 137 | 62 | 43 | 132 | 32 |
| Binary | 10000000 | 1001110 | 111 | 0 | 100111 | 1011111 | 110010 | 100011 | 1011010 | 11010 |
Color Harmonies of #804E07
Complementary color
Monochromatic Colors of #804E07
Black with #804E07
Text Example
Text Example
White with #804E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804E07; }
p { color: rgb(128,78,7); }
H1.HeaderClassName
{
color: #804E07;
}
.AnyTagClassName
{
color: #804E07;
}
</style>
background-color css
<style>
a { background-color: #804E07; }
a { background-color: rgb(128,78,7); }
div.DivClassName
{
background-color: #804E07;
}
.BgClassName
{
background-color: #804E07;
}
</style>
border-color css
<style>
span { border-color: #804E07; }
span { border-color: rgb(128,78,7); }
td.TdClassName
{
border-color: #804E07;
}
.TagClassName
{
border-color: #804E07;
}
</style>