Shades of Raw Umber #7F4501
Tints of Raw Umber #7F4501
RGB
CMYK
RGB Variations
Color information
#7F4501 (or 0x7F4501) is known color: Raw Umber. HEX triplet: 7F, 45 and 01. RGB value is (127,69,1). Sum of RGB (Red+Green+Blue) = 127+69+1=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4501 is #80BAFE. Grayscale: #4E4E4E. Windows color (decimal): -8436479 or 83327. OLE color: 83327.
HSL color Cylindrical-coordinate representation of color #7F4501: hue angle of 32.38º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F4501 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 69 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.50 |
| HSL | 32.38º | 0.98% | 0.25% | - |
| HSV(B) | 32.38º | 0.99% | 0.5% | - |
| XYZ | 10.89 | 8.77 | 1.15 | - |
| YUV | 78.59 | 84.22 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 69 | 1 | 0 | 0.46 | 0.99 | 0.50 | 32.38 | 0.98 | 0.25 |
| Hex | 7F | 45 | 1 | 0 | 2E | 63 | 32 | 20 | 62 | 19 |
| Octal | 177 | 105 | 1 | 0 | 56 | 143 | 62 | 40 | 142 | 31 |
| Binary | 1111111 | 1000101 | 1 | 0 | 101110 | 1100011 | 110010 | 100000 | 1100010 | 11001 |
Color Harmonies of #7F4501
Complementary color
Monochromatic Colors of #7F4501
Black with #7F4501
Text Example
Text Example
White with #7F4501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4501; }
p { color: rgb(127,69,1); }
H1.HeaderClassName
{
color: #7F4501;
}
.AnyTagClassName
{
color: #7F4501;
}
</style>
background-color css
<style>
a { background-color: #7F4501; }
a { background-color: rgb(127,69,1); }
div.DivClassName
{
background-color: #7F4501;
}
.BgClassName
{
background-color: #7F4501;
}
</style>
border-color css
<style>
span { border-color: #7F4501; }
span { border-color: rgb(127,69,1); }
td.TdClassName
{
border-color: #7F4501;
}
.TagClassName
{
border-color: #7F4501;
}
</style>