Shades of Raw Umber #7D5802
Tints of Raw Umber #7D5802
RGB
CMYK
RGB Variations
Color information
#7D5802 (or 0x7D5802) is known color: Raw Umber. HEX triplet: 7D, 58 and 02. RGB value is (125,88,2). Sum of RGB (Red+Green+Blue) = 125+88+2=215 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.14% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5802 is #82A7FD. Grayscale: #595959. Windows color (decimal): -8562686 or 153725. OLE color: 153725.
HSL color Cylindrical-coordinate representation of color #7D5802: hue angle of 41.95º degrees, saturation: 0.97, 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 #7D5802 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 88 | 2 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.51 |
| HSL | 41.95º | 0.97% | 0.25% | - |
| HSV(B) | 41.95º | 0.98% | 0.49% | - |
| XYZ | 11.96 | 11.34 | 1.62 | - |
| YUV | 89.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 88 | 2 | 0 | 0.30 | 0.98 | 0.51 | 41.95 | 0.97 | 0.25 |
| Hex | 7D | 58 | 2 | 0 | 1E | 62 | 33 | 2A | 61 | 19 |
| Octal | 175 | 130 | 2 | 0 | 36 | 142 | 63 | 52 | 141 | 31 |
| Binary | 1111101 | 1011000 | 10 | 0 | 11110 | 1100010 | 110011 | 101010 | 1100001 | 11001 |
Color Harmonies of #7D5802
Complementary color
Monochromatic Colors of #7D5802
Black with #7D5802
Text Example
Text Example
White with #7D5802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5802; }
p { color: rgb(125,88,2); }
H1.HeaderClassName
{
color: #7D5802;
}
.AnyTagClassName
{
color: #7D5802;
}
</style>
background-color css
<style>
a { background-color: #7D5802; }
a { background-color: rgb(125,88,2); }
div.DivClassName
{
background-color: #7D5802;
}
.BgClassName
{
background-color: #7D5802;
}
</style>
border-color css
<style>
span { border-color: #7D5802; }
span { border-color: rgb(125,88,2); }
td.TdClassName
{
border-color: #7D5802;
}
.TagClassName
{
border-color: #7D5802;
}
</style>