Shades of Raw Umber #7D5219
Tints of Raw Umber #7D5219
RGB
CMYK
RGB Variations
Color information
#7D5219 (or 0x7D5219) is known color: Raw Umber. HEX triplet: 7D, 52 and 19. RGB value is (125,82,25). Sum of RGB (Red+Green+Blue) = 125+82+25=232 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.88% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5219 is #82ADE6. Grayscale: #585858. Windows color (decimal): -8564199 or 1659517. OLE color: 1659517.
HSL color Cylindrical-coordinate representation of color #7D5219: hue angle of 34.2º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D5219 is Cyan = 0, Magento = 0.34, Yellow = 0.8 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 82 | 25 | - |
| CMYK | 0 | 0.34 | 0.8 | 0.51 |
| HSL | 34.2º | 0.67% | 0.29% | - |
| HSV(B) | 34.2º | 0.8% | 0.49% | - |
| XYZ | 11.65 | 10.46 | 2.33 | - |
| YUV | 88.36 | 92.25 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 25 | 0 | 0.34 | 0.8 | 0.51 | 34.2 | 0.67 | 0.29 |
| Hex | 7D | 52 | 19 | 0 | 22 | 50 | 33 | 22 | 43 | 1D |
| Octal | 175 | 122 | 31 | 0 | 42 | 120 | 63 | 42 | 103 | 35 |
| Binary | 1111101 | 1010010 | 11001 | 0 | 100010 | 1010000 | 110011 | 100010 | 1000011 | 11101 |
Color Harmonies of #7D5219
Complementary color
Monochromatic Colors of #7D5219
Black with #7D5219
Text Example
Text Example
White with #7D5219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5219; }
p { color: rgb(125,82,25); }
H1.HeaderClassName
{
color: #7D5219;
}
.AnyTagClassName
{
color: #7D5219;
}
</style>
background-color css
<style>
a { background-color: #7D5219; }
a { background-color: rgb(125,82,25); }
div.DivClassName
{
background-color: #7D5219;
}
.BgClassName
{
background-color: #7D5219;
}
</style>
border-color css
<style>
span { border-color: #7D5219; }
span { border-color: rgb(125,82,25); }
td.TdClassName
{
border-color: #7D5219;
}
.TagClassName
{
border-color: #7D5219;
}
</style>