Shades of Raw Umber #804C03
Tints of Raw Umber #804C03
RGB
CMYK
RGB Variations
Color information
#804C03 (or 0x804C03) is known color: Raw Umber. HEX triplet: 80, 4C and 03. RGB value is (128,76,3). Sum of RGB (Red+Green+Blue) = 128+76+3=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #804C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804C03 is #7FB3FC. Grayscale: #535353. Windows color (decimal): -8369149 or 216192. OLE color: 216192.
HSL color Cylindrical-coordinate representation of color #804C03: hue angle of 35.04º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #804C03 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 3 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.50 |
| HSL | 35.04º | 0.95% | 0.26% | - |
| HSV(B) | 35.04º | 0.98% | 0.5% | - |
| XYZ | 11.5 | 9.76 | 1.36 | - |
| YUV | 83.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 3 | 0 | 0.41 | 0.98 | 0.50 | 35.04 | 0.95 | 0.26 |
| Hex | 80 | 4C | 3 | 0 | 29 | 62 | 32 | 23 | 5F | 1A |
| Octal | 200 | 114 | 3 | 0 | 51 | 142 | 62 | 43 | 137 | 32 |
| Binary | 10000000 | 1001100 | 11 | 0 | 101001 | 1100010 | 110010 | 100011 | 1011111 | 11010 |
Color Harmonies of #804C03
Complementary color
Monochromatic Colors of #804C03
Black with #804C03
Text Example
Text Example
White with #804C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C03; }
p { color: rgb(128,76,3); }
H1.HeaderClassName
{
color: #804C03;
}
.AnyTagClassName
{
color: #804C03;
}
</style>
background-color css
<style>
a { background-color: #804C03; }
a { background-color: rgb(128,76,3); }
div.DivClassName
{
background-color: #804C03;
}
.BgClassName
{
background-color: #804C03;
}
</style>
border-color css
<style>
span { border-color: #804C03; }
span { border-color: rgb(128,76,3); }
td.TdClassName
{
border-color: #804C03;
}
.TagClassName
{
border-color: #804C03;
}
</style>