Shades of Raw Umber #7C5101
Tints of Raw Umber #7C5101
RGB
CMYK
RGB Variations
Color information
#7C5101 (or 0x7C5101) is known color: Raw Umber. HEX triplet: 7C, 51 and 01. RGB value is (124,81,1). Sum of RGB (Red+Green+Blue) = 124+81+1=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5101 is #83AEFE. Grayscale: #555555. Windows color (decimal): -8630015 or 86396. OLE color: 86396.
HSL color Cylindrical-coordinate representation of color #7C5101: hue angle of 39.02º 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 #7C5101 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.51 |
| HSL | 39.02º | 0.98% | 0.25% | - |
| HSV(B) | 39.02º | 0.99% | 0.49% | - |
| XYZ | 11.26 | 10.17 | 1.4 | - |
| YUV | 84.74 | 80.75 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 1 | 0 | 0.35 | 0.99 | 0.51 | 39.02 | 0.98 | 0.25 |
| Hex | 7C | 51 | 1 | 0 | 23 | 63 | 33 | 27 | 62 | 19 |
| Octal | 174 | 121 | 1 | 0 | 43 | 143 | 63 | 47 | 142 | 31 |
| Binary | 1111100 | 1010001 | 1 | 0 | 100011 | 1100011 | 110011 | 100111 | 1100010 | 11001 |
Color Harmonies of #7C5101
Complementary color
Monochromatic Colors of #7C5101
Black with #7C5101
Text Example
Text Example
White with #7C5101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5101; }
p { color: rgb(124,81,1); }
H1.HeaderClassName
{
color: #7C5101;
}
.AnyTagClassName
{
color: #7C5101;
}
</style>
background-color css
<style>
a { background-color: #7C5101; }
a { background-color: rgb(124,81,1); }
div.DivClassName
{
background-color: #7C5101;
}
.BgClassName
{
background-color: #7C5101;
}
</style>
border-color css
<style>
span { border-color: #7C5101; }
span { border-color: rgb(124,81,1); }
td.TdClassName
{
border-color: #7C5101;
}
.TagClassName
{
border-color: #7C5101;
}
</style>