Shades of Raw Umber #7D4803
Tints of Raw Umber #7D4803
RGB
CMYK
RGB Variations
Color information
#7D4803 (or 0x7D4803) is known color: Raw Umber. HEX triplet: 7D, 48 and 03. RGB value is (125,72,3). Sum of RGB (Red+Green+Blue) = 125+72+3=200 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4803 is #82B7FC. Grayscale: #505050. Windows color (decimal): -8566781 or 215165. OLE color: 215165.
HSL color Cylindrical-coordinate representation of color #7D4803: hue angle of 33.93º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D4803 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 72 | 3 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.51 |
| HSL | 33.93º | 0.95% | 0.25% | - |
| HSV(B) | 33.93º | 0.98% | 0.49% | - |
| XYZ | 10.79 | 9 | 1.25 | - |
| YUV | 79.98 | 84.56 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 72 | 3 | 0 | 0.42 | 0.98 | 0.51 | 33.93 | 0.95 | 0.25 |
| Hex | 7D | 48 | 3 | 0 | 2A | 62 | 33 | 22 | 5F | 19 |
| Octal | 175 | 110 | 3 | 0 | 52 | 142 | 63 | 42 | 137 | 31 |
| Binary | 1111101 | 1001000 | 11 | 0 | 101010 | 1100010 | 110011 | 100010 | 1011111 | 11001 |
Color Harmonies of #7D4803
Complementary color
Monochromatic Colors of #7D4803
Black with #7D4803
Text Example
Text Example
White with #7D4803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4803; }
p { color: rgb(125,72,3); }
H1.HeaderClassName
{
color: #7D4803;
}
.AnyTagClassName
{
color: #7D4803;
}
</style>
background-color css
<style>
a { background-color: #7D4803; }
a { background-color: rgb(125,72,3); }
div.DivClassName
{
background-color: #7D4803;
}
.BgClassName
{
background-color: #7D4803;
}
</style>
border-color css
<style>
span { border-color: #7D4803; }
span { border-color: rgb(125,72,3); }
td.TdClassName
{
border-color: #7D4803;
}
.TagClassName
{
border-color: #7D4803;
}
</style>