Shades of Raw Umber #7C4901
Tints of Raw Umber #7C4901
RGB
CMYK
RGB Variations
Color information
#7C4901 (or 0x7C4901) is known color: Raw Umber. HEX triplet: 7C, 49 and 01. RGB value is (124,73,1). Sum of RGB (Red+Green+Blue) = 124+73+1=198 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.63% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4901 is #83B6FE. Grayscale: #505050. Windows color (decimal): -8632063 or 84348. OLE color: 84348.
HSL color Cylindrical-coordinate representation of color #7C4901: hue angle of 35.12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C4901 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 73 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.51 |
| HSL | 35.12º | 0.98% | 0.25% | - |
| HSV(B) | 35.12º | 0.99% | 0.49% | - |
| XYZ | 10.7 | 9.05 | 1.21 | - |
| YUV | 80.04 | 83.4 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 73 | 1 | 0 | 0.41 | 0.99 | 0.51 | 35.12 | 0.98 | 0.25 |
| Hex | 7C | 49 | 1 | 0 | 29 | 63 | 33 | 23 | 62 | 19 |
| Octal | 174 | 111 | 1 | 0 | 51 | 143 | 63 | 43 | 142 | 31 |
| Binary | 1111100 | 1001001 | 1 | 0 | 101001 | 1100011 | 110011 | 100011 | 1100010 | 11001 |
Color Harmonies of #7C4901
Complementary color
Monochromatic Colors of #7C4901
Black with #7C4901
Text Example
Text Example
White with #7C4901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4901; }
p { color: rgb(124,73,1); }
H1.HeaderClassName
{
color: #7C4901;
}
.AnyTagClassName
{
color: #7C4901;
}
</style>
background-color css
<style>
a { background-color: #7C4901; }
a { background-color: rgb(124,73,1); }
div.DivClassName
{
background-color: #7C4901;
}
.BgClassName
{
background-color: #7C4901;
}
</style>
border-color css
<style>
span { border-color: #7C4901; }
span { border-color: rgb(124,73,1); }
td.TdClassName
{
border-color: #7C4901;
}
.TagClassName
{
border-color: #7C4901;
}
</style>