Shades of Raw Umber #7C5301
Tints of Raw Umber #7C5301
RGB
CMYK
RGB Variations
Color information
#7C5301 (or 0x7C5301) is known color: Raw Umber. HEX triplet: 7C, 53 and 01. RGB value is (124,83,1). Sum of RGB (Red+Green+Blue) = 124+83+1=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5301 is #83ACFE. Grayscale: #565656. Windows color (decimal): -8629503 or 86908. OLE color: 86908.
HSL color Cylindrical-coordinate representation of color #7C5301: hue angle of 40º 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 #7C5301 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 83 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.51 |
| HSL | 40º | 0.98% | 0.25% | - |
| HSV(B) | 40º | 0.99% | 0.49% | - |
| XYZ | 11.41 | 10.47 | 1.45 | - |
| YUV | 85.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 1 | 0 | 0.33 | 0.99 | 0.51 | 40 | 0.98 | 0.25 |
| Hex | 7C | 53 | 1 | 0 | 21 | 63 | 33 | 28 | 62 | 19 |
| Octal | 174 | 123 | 1 | 0 | 41 | 143 | 63 | 50 | 142 | 31 |
| Binary | 1111100 | 1010011 | 1 | 0 | 100001 | 1100011 | 110011 | 101000 | 1100010 | 11001 |
Color Harmonies of #7C5301
Complementary color
Monochromatic Colors of #7C5301
Black with #7C5301
Text Example
Text Example
White with #7C5301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5301; }
p { color: rgb(124,83,1); }
H1.HeaderClassName
{
color: #7C5301;
}
.AnyTagClassName
{
color: #7C5301;
}
</style>
background-color css
<style>
a { background-color: #7C5301; }
a { background-color: rgb(124,83,1); }
div.DivClassName
{
background-color: #7C5301;
}
.BgClassName
{
background-color: #7C5301;
}
</style>
border-color css
<style>
span { border-color: #7C5301; }
span { border-color: rgb(124,83,1); }
td.TdClassName
{
border-color: #7C5301;
}
.TagClassName
{
border-color: #7C5301;
}
</style>