Shades of Raw Umber #7D5902
Tints of Raw Umber #7D5902
RGB
CMYK
RGB Variations
Color information
#7D5902 (or 0x7D5902) is known color: Raw Umber. HEX triplet: 7D, 59 and 02. RGB value is (125,89,2). Sum of RGB (Red+Green+Blue) = 125+89+2=216 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.87% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5902 is #82A6FD. Grayscale: #5A5A5A. Windows color (decimal): -8562430 or 153981. OLE color: 153981.
HSL color Cylindrical-coordinate representation of color #7D5902: hue angle of 42.44º 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 #7D5902 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 89 | 2 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.51 |
| HSL | 42.44º | 0.97% | 0.25% | - |
| HSV(B) | 42.44º | 0.98% | 0.49% | - |
| XYZ | 12.04 | 11.51 | 1.64 | - |
| YUV | 89.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 2 | 0 | 0.29 | 0.98 | 0.51 | 42.44 | 0.97 | 0.25 |
| Hex | 7D | 59 | 2 | 0 | 1D | 62 | 33 | 2A | 61 | 19 |
| Octal | 175 | 131 | 2 | 0 | 35 | 142 | 63 | 52 | 141 | 31 |
| Binary | 1111101 | 1011001 | 10 | 0 | 11101 | 1100010 | 110011 | 101010 | 1100001 | 11001 |
Color Harmonies of #7D5902
Complementary color
Monochromatic Colors of #7D5902
Black with #7D5902
Text Example
Text Example
White with #7D5902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5902; }
p { color: rgb(125,89,2); }
H1.HeaderClassName
{
color: #7D5902;
}
.AnyTagClassName
{
color: #7D5902;
}
</style>
background-color css
<style>
a { background-color: #7D5902; }
a { background-color: rgb(125,89,2); }
div.DivClassName
{
background-color: #7D5902;
}
.BgClassName
{
background-color: #7D5902;
}
</style>
border-color css
<style>
span { border-color: #7D5902; }
span { border-color: rgb(125,89,2); }
td.TdClassName
{
border-color: #7D5902;
}
.TagClassName
{
border-color: #7D5902;
}
</style>