Shades of Raw Umber #7F4500
Tints of Raw Umber #7F4500
RGB
CMYK
RGB Variations
Color information
#7F4500 (or 0x7F4500) is known color: Raw Umber. HEX triplet: 7F, 45 and 00. RGB value is (127,69,0). Sum of RGB (Red+Green+Blue) = 127+69+0=196 (25% of max value = 765). Red value is 127 (50% from 255 or 64.80% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4500 is #80BAFF. Grayscale: #4E4E4E. Windows color (decimal): -8436480 or 17791. OLE color: 17791.
HSL color Cylindrical-coordinate representation of color #7F4500: hue angle of 32.6º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F4500 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 69 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.50 |
| HSL | 32.6º | 1% | 0.25% | - |
| HSV(B) | 32.6º | 1% | 0.5% | - |
| XYZ | 10.88 | 8.77 | 1.12 | - |
| YUV | 78.48 | 83.72 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 69 | 0 | 0 | 0.46 | 1 | 0.50 | 32.6 | 1 | 0.25 |
| Hex | 7F | 45 | 0 | 0 | 2E | 64 | 32 | 21 | 64 | 19 |
| Octal | 177 | 105 | 0 | 0 | 56 | 144 | 62 | 41 | 144 | 31 |
| Binary | 1111111 | 1000101 | 0 | 0 | 101110 | 1100100 | 110010 | 100001 | 1100100 | 11001 |
Color Harmonies of #7F4500
Complementary color
Monochromatic Colors of #7F4500
Black with #7F4500
Text Example
Text Example
White with #7F4500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4500; }
p { color: rgb(127,69,0); }
H1.HeaderClassName
{
color: #7F4500;
}
.AnyTagClassName
{
color: #7F4500;
}
</style>
background-color css
<style>
a { background-color: #7F4500; }
a { background-color: rgb(127,69,0); }
div.DivClassName
{
background-color: #7F4500;
}
.BgClassName
{
background-color: #7F4500;
}
</style>
border-color css
<style>
span { border-color: #7F4500; }
span { border-color: rgb(127,69,0); }
td.TdClassName
{
border-color: #7F4500;
}
.TagClassName
{
border-color: #7F4500;
}
</style>