Shades of Raw Umber #805400
Tints of Raw Umber #805400
RGB
CMYK
RGB Variations
Color information
#805400 (or 0x805400) is known color: Raw Umber. HEX triplet: 80, 54 and 00. RGB value is (128,84,0). Sum of RGB (Red+Green+Blue) = 128+84+0=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #805400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805400 is #7FABFF. Grayscale: #575757. Windows color (decimal): -8367104 or 21632. OLE color: 21632.
HSL color Cylindrical-coordinate representation of color #805400: hue angle of 39.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #805400 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 84 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.50 |
| HSL | 39.38º | 1% | 0.25% | - |
| HSV(B) | 39.38º | 1% | 0.5% | - |
| XYZ | 12.07 | 10.93 | 1.47 | - |
| YUV | 87.58 | 78.58 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 0 | 0 | 0.34 | 1 | 0.50 | 39.38 | 1 | 0.25 |
| Hex | 80 | 54 | 0 | 0 | 22 | 64 | 32 | 27 | 64 | 19 |
| Octal | 200 | 124 | 0 | 0 | 42 | 144 | 62 | 47 | 144 | 31 |
| Binary | 10000000 | 1010100 | 0 | 0 | 100010 | 1100100 | 110010 | 100111 | 1100100 | 11001 |
Color Harmonies of #805400
Complementary color
Monochromatic Colors of #805400
Black with #805400
Text Example
Text Example
White with #805400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805400; }
p { color: rgb(128,84,0); }
H1.HeaderClassName
{
color: #805400;
}
.AnyTagClassName
{
color: #805400;
}
</style>
background-color css
<style>
a { background-color: #805400; }
a { background-color: rgb(128,84,0); }
div.DivClassName
{
background-color: #805400;
}
.BgClassName
{
background-color: #805400;
}
</style>
border-color css
<style>
span { border-color: #805400; }
span { border-color: rgb(128,84,0); }
td.TdClassName
{
border-color: #805400;
}
.TagClassName
{
border-color: #805400;
}
</style>