Shades of Raw Umber #7C4001
Tints of Raw Umber #7C4001
RGB
CMYK
RGB Variations
Color information
#7C4001 (or 0x7C4001) is known color: Raw Umber. HEX triplet: 7C, 40 and 01. RGB value is (124,64,1). Sum of RGB (Red+Green+Blue) = 124+64+1=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4001 is #83BFFE. Grayscale: #4B4B4B. Windows color (decimal): -8634367 or 82044. OLE color: 82044.
HSL color Cylindrical-coordinate representation of color #7C4001: hue angle of 30.73º 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 #7C4001 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 64 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.51 |
| HSL | 30.73º | 0.98% | 0.25% | - |
| HSV(B) | 30.73º | 0.99% | 0.49% | - |
| XYZ | 10.15 | 7.95 | 1.03 | - |
| YUV | 74.76 | 86.38 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 1 | 0 | 0.48 | 0.99 | 0.51 | 30.73 | 0.98 | 0.25 |
| Hex | 7C | 40 | 1 | 0 | 30 | 63 | 33 | 1F | 62 | 19 |
| Octal | 174 | 100 | 1 | 0 | 60 | 143 | 63 | 37 | 142 | 31 |
| Binary | 1111100 | 1000000 | 1 | 0 | 110000 | 1100011 | 110011 | 11111 | 1100010 | 11001 |
Color Harmonies of #7C4001
Complementary color
Monochromatic Colors of #7C4001
Black with #7C4001
Text Example
Text Example
White with #7C4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4001; }
p { color: rgb(124,64,1); }
H1.HeaderClassName
{
color: #7C4001;
}
.AnyTagClassName
{
color: #7C4001;
}
</style>
background-color css
<style>
a { background-color: #7C4001; }
a { background-color: rgb(124,64,1); }
div.DivClassName
{
background-color: #7C4001;
}
.BgClassName
{
background-color: #7C4001;
}
</style>
border-color css
<style>
span { border-color: #7C4001; }
span { border-color: rgb(124,64,1); }
td.TdClassName
{
border-color: #7C4001;
}
.TagClassName
{
border-color: #7C4001;
}
</style>