Shades of Raw Umber #804505
Tints of Raw Umber #804505
RGB
CMYK
RGB Variations
Color information
#804505 (or 0x804505) is known color: Raw Umber. HEX triplet: 80, 45 and 05. RGB value is (128,69,5). Sum of RGB (Red+Green+Blue) = 128+69+5=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #804505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804505 is #7FBAFA. Grayscale: #4F4F4F. Windows color (decimal): -8370939 or 345472. OLE color: 345472.
HSL color Cylindrical-coordinate representation of color #804505: hue angle of 31.22º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #804505 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 69 | 5 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.50 |
| HSL | 31.22º | 0.92% | 0.26% | - |
| HSV(B) | 31.22º | 0.96% | 0.5% | - |
| XYZ | 11.06 | 8.86 | 1.27 | - |
| YUV | 79.35 | 86.05 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 5 | 0 | 0.46 | 0.96 | 0.50 | 31.22 | 0.92 | 0.26 |
| Hex | 80 | 45 | 5 | 0 | 2E | 60 | 32 | 1F | 5C | 1A |
| Octal | 200 | 105 | 5 | 0 | 56 | 140 | 62 | 37 | 134 | 32 |
| Binary | 10000000 | 1000101 | 101 | 0 | 101110 | 1100000 | 110010 | 11111 | 1011100 | 11010 |
Color Harmonies of #804505
Complementary color
Monochromatic Colors of #804505
Black with #804505
Text Example
Text Example
White with #804505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804505; }
p { color: rgb(128,69,5); }
H1.HeaderClassName
{
color: #804505;
}
.AnyTagClassName
{
color: #804505;
}
</style>
background-color css
<style>
a { background-color: #804505; }
a { background-color: rgb(128,69,5); }
div.DivClassName
{
background-color: #804505;
}
.BgClassName
{
background-color: #804505;
}
</style>
border-color css
<style>
span { border-color: #804505; }
span { border-color: rgb(128,69,5); }
td.TdClassName
{
border-color: #804505;
}
.TagClassName
{
border-color: #804505;
}
</style>