Shades of Raw Umber #7F5E03
Tints of Raw Umber #7F5E03
RGB
CMYK
RGB Variations
Color information
#7F5E03 (or 0x7F5E03) is known color: Raw Umber. HEX triplet: 7F, 5E and 03. RGB value is (127,94,3). Sum of RGB (Red+Green+Blue) = 127+94+3=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5E03 is #80A1FC. Grayscale: #5D5D5D. Windows color (decimal): -8430077 or 220799. OLE color: 220799.
HSL color Cylindrical-coordinate representation of color #7F5E03: hue angle of 44.03º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F5E03 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 94 | 3 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.50 |
| HSL | 44.03º | 0.95% | 0.25% | - |
| HSV(B) | 44.03º | 0.98% | 0.5% | - |
| XYZ | 12.77 | 12.52 | 1.83 | - |
| YUV | 93.49 | 76.93 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 94 | 3 | 0 | 0.26 | 0.98 | 0.50 | 44.03 | 0.95 | 0.25 |
| Hex | 7F | 5E | 3 | 0 | 1A | 62 | 32 | 2C | 5F | 19 |
| Octal | 177 | 136 | 3 | 0 | 32 | 142 | 62 | 54 | 137 | 31 |
| Binary | 1111111 | 1011110 | 11 | 0 | 11010 | 1100010 | 110010 | 101100 | 1011111 | 11001 |
Color Harmonies of #7F5E03
Complementary color
Monochromatic Colors of #7F5E03
Black with #7F5E03
Text Example
Text Example
White with #7F5E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5E03; }
p { color: rgb(127,94,3); }
H1.HeaderClassName
{
color: #7F5E03;
}
.AnyTagClassName
{
color: #7F5E03;
}
</style>
background-color css
<style>
a { background-color: #7F5E03; }
a { background-color: rgb(127,94,3); }
div.DivClassName
{
background-color: #7F5E03;
}
.BgClassName
{
background-color: #7F5E03;
}
</style>
border-color css
<style>
span { border-color: #7F5E03; }
span { border-color: rgb(127,94,3); }
td.TdClassName
{
border-color: #7F5E03;
}
.TagClassName
{
border-color: #7F5E03;
}
</style>