Shades of Raw Umber #7C5F01
Tints of Raw Umber #7C5F01
RGB
CMYK
RGB Variations
Color information
#7C5F01 (or 0x7C5F01) is known color: Raw Umber. HEX triplet: 7C, 5F and 01. RGB value is (124,95,1). Sum of RGB (Red+Green+Blue) = 124+95+1=220 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.36% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5F01 is #83A0FE. Grayscale: #5D5D5D. Windows color (decimal): -8626431 or 89980. OLE color: 89980.
HSL color Cylindrical-coordinate representation of color #7C5F01: hue angle of 45.85º 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 #7C5F01 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 95 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.51 |
| HSL | 45.85º | 0.98% | 0.25% | - |
| HSV(B) | 45.85º | 0.99% | 0.49% | - |
| XYZ | 12.41 | 12.47 | 1.78 | - |
| YUV | 92.96 | 76.11 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 95 | 1 | 0 | 0.23 | 0.99 | 0.51 | 45.85 | 0.98 | 0.25 |
| Hex | 7C | 5F | 1 | 0 | 17 | 63 | 33 | 2E | 62 | 19 |
| Octal | 174 | 137 | 1 | 0 | 27 | 143 | 63 | 56 | 142 | 31 |
| Binary | 1111100 | 1011111 | 1 | 0 | 10111 | 1100011 | 110011 | 101110 | 1100010 | 11001 |
Color Harmonies of #7C5F01
Complementary color
Monochromatic Colors of #7C5F01
Black with #7C5F01
Text Example
Text Example
White with #7C5F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5F01; }
p { color: rgb(124,95,1); }
H1.HeaderClassName
{
color: #7C5F01;
}
.AnyTagClassName
{
color: #7C5F01;
}
</style>
background-color css
<style>
a { background-color: #7C5F01; }
a { background-color: rgb(124,95,1); }
div.DivClassName
{
background-color: #7C5F01;
}
.BgClassName
{
background-color: #7C5F01;
}
</style>
border-color css
<style>
span { border-color: #7C5F01; }
span { border-color: rgb(124,95,1); }
td.TdClassName
{
border-color: #7C5F01;
}
.TagClassName
{
border-color: #7C5F01;
}
</style>