Shades of Raw Umber #7C5001
Tints of Raw Umber #7C5001
RGB
CMYK
RGB Variations
Color information
#7C5001 (or 0x7C5001) is known color: Raw Umber. HEX triplet: 7C, 50 and 01. RGB value is (124,80,1). Sum of RGB (Red+Green+Blue) = 124+80+1=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5001 is #83AFFE. Grayscale: #545454. Windows color (decimal): -8630271 or 86140. OLE color: 86140.
HSL color Cylindrical-coordinate representation of color #7C5001: hue angle of 38.54º 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 #7C5001 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 80 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.51 |
| HSL | 38.54º | 0.98% | 0.25% | - |
| HSV(B) | 38.54º | 0.99% | 0.49% | - |
| XYZ | 11.19 | 10.02 | 1.37 | - |
| YUV | 84.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 1 | 0 | 0.35 | 0.99 | 0.51 | 38.54 | 0.98 | 0.25 |
| Hex | 7C | 50 | 1 | 0 | 23 | 63 | 33 | 27 | 62 | 19 |
| Octal | 174 | 120 | 1 | 0 | 43 | 143 | 63 | 47 | 142 | 31 |
| Binary | 1111100 | 1010000 | 1 | 0 | 100011 | 1100011 | 110011 | 100111 | 1100010 | 11001 |
Color Harmonies of #7C5001
Complementary color
Monochromatic Colors of #7C5001
Black with #7C5001
Text Example
Text Example
White with #7C5001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5001; }
p { color: rgb(124,80,1); }
H1.HeaderClassName
{
color: #7C5001;
}
.AnyTagClassName
{
color: #7C5001;
}
</style>
background-color css
<style>
a { background-color: #7C5001; }
a { background-color: rgb(124,80,1); }
div.DivClassName
{
background-color: #7C5001;
}
.BgClassName
{
background-color: #7C5001;
}
</style>
border-color css
<style>
span { border-color: #7C5001; }
span { border-color: rgb(124,80,1); }
td.TdClassName
{
border-color: #7C5001;
}
.TagClassName
{
border-color: #7C5001;
}
</style>