Shades of Raw Umber #7D5517
Tints of Raw Umber #7D5517
RGB
CMYK
RGB Variations
Color information
#7D5517 (or 0x7D5517) is known color: Raw Umber. HEX triplet: 7D, 55 and 17. RGB value is (125,85,23). Sum of RGB (Red+Green+Blue) = 125+85+23=233 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.65% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5517 is #82AAE8. Grayscale: #5A5A5A. Windows color (decimal): -8563433 or 1529213. OLE color: 1529213.
HSL color Cylindrical-coordinate representation of color #7D5517: hue angle of 36.47º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D5517 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 85 | 23 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.51 |
| HSL | 36.47º | 0.69% | 0.29% | - |
| HSV(B) | 36.47º | 0.82% | 0.49% | - |
| XYZ | 11.86 | 10.92 | 2.29 | - |
| YUV | 89.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 23 | 0 | 0.32 | 0.82 | 0.51 | 36.47 | 0.69 | 0.29 |
| Hex | 7D | 55 | 17 | 0 | 20 | 52 | 33 | 24 | 45 | 1D |
| Octal | 175 | 125 | 27 | 0 | 40 | 122 | 63 | 44 | 105 | 35 |
| Binary | 1111101 | 1010101 | 10111 | 0 | 100000 | 1010010 | 110011 | 100100 | 1000101 | 11101 |
Color Harmonies of #7D5517
Complementary color
Monochromatic Colors of #7D5517
Black with #7D5517
Text Example
Text Example
White with #7D5517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5517; }
p { color: rgb(125,85,23); }
H1.HeaderClassName
{
color: #7D5517;
}
.AnyTagClassName
{
color: #7D5517;
}
</style>
background-color css
<style>
a { background-color: #7D5517; }
a { background-color: rgb(125,85,23); }
div.DivClassName
{
background-color: #7D5517;
}
.BgClassName
{
background-color: #7D5517;
}
</style>
border-color css
<style>
span { border-color: #7D5517; }
span { border-color: rgb(125,85,23); }
td.TdClassName
{
border-color: #7D5517;
}
.TagClassName
{
border-color: #7D5517;
}
</style>