Shades of Raw Umber #7C4B04
Tints of Raw Umber #7C4B04
RGB
CMYK
RGB Variations
Color information
#7C4B04 (or 0x7C4B04) is known color: Raw Umber. HEX triplet: 7C, 4B and 04. RGB value is (124,75,4). Sum of RGB (Red+Green+Blue) = 124+75+4=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4B04 is #83B4FB. Grayscale: #515151. Windows color (decimal): -8631548 or 281468. OLE color: 281468.
HSL color Cylindrical-coordinate representation of color #7C4B04: hue angle of 35.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C4B04 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 75 | 4 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.51 |
| HSL | 35.5º | 0.94% | 0.25% | - |
| HSV(B) | 35.5º | 0.97% | 0.49% | - |
| XYZ | 10.85 | 9.33 | 1.34 | - |
| YUV | 81.56 | 84.23 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 75 | 4 | 0 | 0.40 | 0.97 | 0.51 | 35.5 | 0.94 | 0.25 |
| Hex | 7C | 4B | 4 | 0 | 28 | 61 | 33 | 24 | 5E | 19 |
| Octal | 174 | 113 | 4 | 0 | 50 | 141 | 63 | 44 | 136 | 31 |
| Binary | 1111100 | 1001011 | 100 | 0 | 101000 | 1100001 | 110011 | 100100 | 1011110 | 11001 |
Color Harmonies of #7C4B04
Complementary color
Monochromatic Colors of #7C4B04
Black with #7C4B04
Text Example
Text Example
White with #7C4B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4B04; }
p { color: rgb(124,75,4); }
H1.HeaderClassName
{
color: #7C4B04;
}
.AnyTagClassName
{
color: #7C4B04;
}
</style>
background-color css
<style>
a { background-color: #7C4B04; }
a { background-color: rgb(124,75,4); }
div.DivClassName
{
background-color: #7C4B04;
}
.BgClassName
{
background-color: #7C4B04;
}
</style>
border-color css
<style>
span { border-color: #7C4B04; }
span { border-color: rgb(124,75,4); }
td.TdClassName
{
border-color: #7C4B04;
}
.TagClassName
{
border-color: #7C4B04;
}
</style>