Shades of Raw Umber #7D4A05
Tints of Raw Umber #7D4A05
RGB
CMYK
RGB Variations
Color information
#7D4A05 (or 0x7D4A05) is known color: Raw Umber. HEX triplet: 7D, 4A and 05. RGB value is (125,74,5). Sum of RGB (Red+Green+Blue) = 125+74+5=204 (27% of max value = 765). Red value is 125 (49.22% from 255 or 61.27% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4A05 is #82B5FA. Grayscale: #515151. Windows color (decimal): -8566267 or 346749. OLE color: 346749.
HSL color Cylindrical-coordinate representation of color #7D4A05: hue angle of 34.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D4A05 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 74 | 5 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.51 |
| HSL | 34.5º | 0.92% | 0.25% | - |
| HSV(B) | 34.5º | 0.96% | 0.49% | - |
| XYZ | 10.93 | 9.27 | 1.36 | - |
| YUV | 81.38 | 84.9 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 74 | 5 | 0 | 0.41 | 0.96 | 0.51 | 34.5 | 0.92 | 0.25 |
| Hex | 7D | 4A | 5 | 0 | 29 | 60 | 33 | 22 | 5C | 19 |
| Octal | 175 | 112 | 5 | 0 | 51 | 140 | 63 | 42 | 134 | 31 |
| Binary | 1111101 | 1001010 | 101 | 0 | 101001 | 1100000 | 110011 | 100010 | 1011100 | 11001 |
Color Harmonies of #7D4A05
Complementary color
Monochromatic Colors of #7D4A05
Black with #7D4A05
Text Example
Text Example
White with #7D4A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4A05; }
p { color: rgb(125,74,5); }
H1.HeaderClassName
{
color: #7D4A05;
}
.AnyTagClassName
{
color: #7D4A05;
}
</style>
background-color css
<style>
a { background-color: #7D4A05; }
a { background-color: rgb(125,74,5); }
div.DivClassName
{
background-color: #7D4A05;
}
.BgClassName
{
background-color: #7D4A05;
}
</style>
border-color css
<style>
span { border-color: #7D4A05; }
span { border-color: rgb(125,74,5); }
td.TdClassName
{
border-color: #7D4A05;
}
.TagClassName
{
border-color: #7D4A05;
}
</style>