Shades of Raw Umber #7D5616
Tints of Raw Umber #7D5616
RGB
CMYK
RGB Variations
Color information
#7D5616 (or 0x7D5616) is known color: Raw Umber. HEX triplet: 7D, 56 and 16. RGB value is (125,86,22). Sum of RGB (Red+Green+Blue) = 125+86+22=233 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.65% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5616 is #82A9E9. Grayscale: #5A5A5A. Windows color (decimal): -8563178 or 1463933. OLE color: 1463933.
HSL color Cylindrical-coordinate representation of color #7D5616: hue angle of 37.28º degrees, saturation: 0.7, 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 #7D5616 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 86 | 22 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.51 |
| HSL | 37.28º | 0.7% | 0.29% | - |
| HSV(B) | 37.28º | 0.82% | 0.49% | - |
| XYZ | 11.93 | 11.07 | 2.27 | - |
| YUV | 90.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 22 | 0 | 0.31 | 0.82 | 0.51 | 37.28 | 0.7 | 0.29 |
| Hex | 7D | 56 | 16 | 0 | 1F | 52 | 33 | 25 | 46 | 1D |
| Octal | 175 | 126 | 26 | 0 | 37 | 122 | 63 | 45 | 106 | 35 |
| Binary | 1111101 | 1010110 | 10110 | 0 | 11111 | 1010010 | 110011 | 100101 | 1000110 | 11101 |
Color Harmonies of #7D5616
Complementary color
Monochromatic Colors of #7D5616
Black with #7D5616
Text Example
Text Example
White with #7D5616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5616; }
p { color: rgb(125,86,22); }
H1.HeaderClassName
{
color: #7D5616;
}
.AnyTagClassName
{
color: #7D5616;
}
</style>
background-color css
<style>
a { background-color: #7D5616; }
a { background-color: rgb(125,86,22); }
div.DivClassName
{
background-color: #7D5616;
}
.BgClassName
{
background-color: #7D5616;
}
</style>
border-color css
<style>
span { border-color: #7D5616; }
span { border-color: rgb(125,86,22); }
td.TdClassName
{
border-color: #7D5616;
}
.TagClassName
{
border-color: #7D5616;
}
</style>