Shades of Raw Umber #7F4805
Tints of Raw Umber #7F4805
RGB
CMYK
RGB Variations
Color information
#7F4805 (or 0x7F4805) is known color: Raw Umber. HEX triplet: 7F, 48 and 05. RGB value is (127,72,5). Sum of RGB (Red+Green+Blue) = 127+72+5=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4805 is #80B7FA. Grayscale: #515151. Windows color (decimal): -8435707 or 346239. OLE color: 346239.
HSL color Cylindrical-coordinate representation of color #7F4805: hue angle of 32.95º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F4805 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 72 | 5 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.50 |
| HSL | 32.95º | 0.92% | 0.26% | - |
| HSV(B) | 32.95º | 0.96% | 0.5% | - |
| XYZ | 11.1 | 9.16 | 1.33 | - |
| YUV | 80.81 | 85.22 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 72 | 5 | 0 | 0.43 | 0.96 | 0.50 | 32.95 | 0.92 | 0.26 |
| Hex | 7F | 48 | 5 | 0 | 2B | 60 | 32 | 21 | 5C | 1A |
| Octal | 177 | 110 | 5 | 0 | 53 | 140 | 62 | 41 | 134 | 32 |
| Binary | 1111111 | 1001000 | 101 | 0 | 101011 | 1100000 | 110010 | 100001 | 1011100 | 11010 |
Color Harmonies of #7F4805
Complementary color
Monochromatic Colors of #7F4805
Black with #7F4805
Text Example
Text Example
White with #7F4805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4805; }
p { color: rgb(127,72,5); }
H1.HeaderClassName
{
color: #7F4805;
}
.AnyTagClassName
{
color: #7F4805;
}
</style>
background-color css
<style>
a { background-color: #7F4805; }
a { background-color: rgb(127,72,5); }
div.DivClassName
{
background-color: #7F4805;
}
.BgClassName
{
background-color: #7F4805;
}
</style>
border-color css
<style>
span { border-color: #7F4805; }
span { border-color: rgb(127,72,5); }
td.TdClassName
{
border-color: #7F4805;
}
.TagClassName
{
border-color: #7F4805;
}
</style>