Shades of Raw Umber #7C4201
Tints of Raw Umber #7C4201
RGB
CMYK
RGB Variations
Color information
#7C4201 (or 0x7C4201) is known color: Raw Umber. HEX triplet: 7C, 42 and 01. RGB value is (124,66,1). Sum of RGB (Red+Green+Blue) = 124+66+1=191 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.92% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4201 is #83BDFE. Grayscale: #4C4C4C. Windows color (decimal): -8633855 or 82556. OLE color: 82556.
HSL color Cylindrical-coordinate representation of color #7C4201: hue angle of 31.71º 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 #7C4201 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 66 | 1 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.51 |
| HSL | 31.71º | 0.98% | 0.25% | - |
| HSV(B) | 31.71º | 0.99% | 0.49% | - |
| XYZ | 10.27 | 8.18 | 1.07 | - |
| YUV | 75.93 | 85.72 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 66 | 1 | 0 | 0.47 | 0.99 | 0.51 | 31.71 | 0.98 | 0.25 |
| Hex | 7C | 42 | 1 | 0 | 2F | 63 | 33 | 20 | 62 | 19 |
| Octal | 174 | 102 | 1 | 0 | 57 | 143 | 63 | 40 | 142 | 31 |
| Binary | 1111100 | 1000010 | 1 | 0 | 101111 | 1100011 | 110011 | 100000 | 1100010 | 11001 |
Color Harmonies of #7C4201
Complementary color
Monochromatic Colors of #7C4201
Black with #7C4201
Text Example
Text Example
White with #7C4201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4201; }
p { color: rgb(124,66,1); }
H1.HeaderClassName
{
color: #7C4201;
}
.AnyTagClassName
{
color: #7C4201;
}
</style>
background-color css
<style>
a { background-color: #7C4201; }
a { background-color: rgb(124,66,1); }
div.DivClassName
{
background-color: #7C4201;
}
.BgClassName
{
background-color: #7C4201;
}
</style>
border-color css
<style>
span { border-color: #7C4201; }
span { border-color: rgb(124,66,1); }
td.TdClassName
{
border-color: #7C4201;
}
.TagClassName
{
border-color: #7C4201;
}
</style>