Shades of Raw Umber #7D5F05
Tints of Raw Umber #7D5F05
RGB
CMYK
RGB Variations
Color information
#7D5F05 (or 0x7D5F05) is known color: Raw Umber. HEX triplet: 7D, 5F and 05. RGB value is (125,95,5). Sum of RGB (Red+Green+Blue) = 125+95+5=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5F05 is #82A0FA. Grayscale: #5E5E5E. Windows color (decimal): -8560891 or 352125. OLE color: 352125.
HSL color Cylindrical-coordinate representation of color #7D5F05: hue angle of 45º 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 #7D5F05 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 95 | 5 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.51 |
| HSL | 45º | 0.92% | 0.25% | - |
| HSV(B) | 45º | 0.96% | 0.49% | - |
| XYZ | 12.58 | 12.56 | 1.9 | - |
| YUV | 93.71 | 77.94 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 95 | 5 | 0 | 0.24 | 0.96 | 0.51 | 45 | 0.92 | 0.25 |
| Hex | 7D | 5F | 5 | 0 | 18 | 60 | 33 | 2D | 5C | 19 |
| Octal | 175 | 137 | 5 | 0 | 30 | 140 | 63 | 55 | 134 | 31 |
| Binary | 1111101 | 1011111 | 101 | 0 | 11000 | 1100000 | 110011 | 101101 | 1011100 | 11001 |
Color Harmonies of #7D5F05
Complementary color
Monochromatic Colors of #7D5F05
Black with #7D5F05
Text Example
Text Example
White with #7D5F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5F05; }
p { color: rgb(125,95,5); }
H1.HeaderClassName
{
color: #7D5F05;
}
.AnyTagClassName
{
color: #7D5F05;
}
</style>
background-color css
<style>
a { background-color: #7D5F05; }
a { background-color: rgb(125,95,5); }
div.DivClassName
{
background-color: #7D5F05;
}
.BgClassName
{
background-color: #7D5F05;
}
</style>
border-color css
<style>
span { border-color: #7D5F05; }
span { border-color: rgb(125,95,5); }
td.TdClassName
{
border-color: #7D5F05;
}
.TagClassName
{
border-color: #7D5F05;
}
</style>