Shades of Raw Umber #7D5304
Tints of Raw Umber #7D5304
RGB
CMYK
RGB Variations
Color information
#7D5304 (or 0x7D5304) is known color: Raw Umber. HEX triplet: 7D, 53 and 04. RGB value is (125,83,4). Sum of RGB (Red+Green+Blue) = 125+83+4=212 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.96% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5304 is #82ACFB. Grayscale: #565656. Windows color (decimal): -8563964 or 283517. OLE color: 283517.
HSL color Cylindrical-coordinate representation of color #7D5304: hue angle of 39.17º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D5304 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 83 | 4 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.51 |
| HSL | 39.17º | 0.94% | 0.25% | - |
| HSV(B) | 39.17º | 0.97% | 0.49% | - |
| XYZ | 11.57 | 10.56 | 1.54 | - |
| YUV | 86.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 83 | 4 | 0 | 0.34 | 0.97 | 0.51 | 39.17 | 0.94 | 0.25 |
| Hex | 7D | 53 | 4 | 0 | 22 | 61 | 33 | 27 | 5E | 19 |
| Octal | 175 | 123 | 4 | 0 | 42 | 141 | 63 | 47 | 136 | 31 |
| Binary | 1111101 | 1010011 | 100 | 0 | 100010 | 1100001 | 110011 | 100111 | 1011110 | 11001 |
Color Harmonies of #7D5304
Complementary color
Monochromatic Colors of #7D5304
Black with #7D5304
Text Example
Text Example
White with #7D5304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5304; }
p { color: rgb(125,83,4); }
H1.HeaderClassName
{
color: #7D5304;
}
.AnyTagClassName
{
color: #7D5304;
}
</style>
background-color css
<style>
a { background-color: #7D5304; }
a { background-color: rgb(125,83,4); }
div.DivClassName
{
background-color: #7D5304;
}
.BgClassName
{
background-color: #7D5304;
}
</style>
border-color css
<style>
span { border-color: #7D5304; }
span { border-color: rgb(125,83,4); }
td.TdClassName
{
border-color: #7D5304;
}
.TagClassName
{
border-color: #7D5304;
}
</style>