Shades of Raw Umber #804300
Tints of Raw Umber #804300
RGB
CMYK
RGB Variations
Color information
#804300 (or 0x804300) is known color: Raw Umber. HEX triplet: 80, 43 and 00. RGB value is (128,67,0). Sum of RGB (Red+Green+Blue) = 128+67+0=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #804300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804300 is #7FBCFF. Grayscale: #4D4D4D. Windows color (decimal): -8371456 or 17280. OLE color: 17280.
HSL color Cylindrical-coordinate representation of color #804300: hue angle of 31.41º 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 #804300 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.50 |
| HSL | 31.41º | 1% | 0.25% | - |
| HSV(B) | 31.41º | 1% | 0.5% | - |
| XYZ | 10.91 | 8.6 | 1.09 | - |
| YUV | 77.6 | 84.21 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 0 | 0 | 0.48 | 1 | 0.50 | 31.41 | 1 | 0.25 |
| Hex | 80 | 43 | 0 | 0 | 30 | 64 | 32 | 1F | 64 | 19 |
| Octal | 200 | 103 | 0 | 0 | 60 | 144 | 62 | 37 | 144 | 31 |
| Binary | 10000000 | 1000011 | 0 | 0 | 110000 | 1100100 | 110010 | 11111 | 1100100 | 11001 |
Color Harmonies of #804300
Complementary color
Monochromatic Colors of #804300
Black with #804300
Text Example
Text Example
White with #804300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804300; }
p { color: rgb(128,67,0); }
H1.HeaderClassName
{
color: #804300;
}
.AnyTagClassName
{
color: #804300;
}
</style>
background-color css
<style>
a { background-color: #804300; }
a { background-color: rgb(128,67,0); }
div.DivClassName
{
background-color: #804300;
}
.BgClassName
{
background-color: #804300;
}
</style>
border-color css
<style>
span { border-color: #804300; }
span { border-color: rgb(128,67,0); }
td.TdClassName
{
border-color: #804300;
}
.TagClassName
{
border-color: #804300;
}
</style>