Shades of Raw Umber #7E4D08
Tints of Raw Umber #7E4D08
RGB
CMYK
RGB Variations
Color information
#7E4D08 (or 0x7E4D08) is known color: Raw Umber. HEX triplet: 7E, 4D and 08. RGB value is (126,77,8). Sum of RGB (Red+Green+Blue) = 126+77+8=211 (27% of max value = 765). Red value is 126 (49.61% from 255 or 59.72% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E4D08 is #81B2F7. Grayscale: #545454. Windows color (decimal): -8499960 or 544126. OLE color: 544126.
HSL color Cylindrical-coordinate representation of color #7E4D08: hue angle of 35.08º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E4D08 is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 77 | 8 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.51 |
| HSL | 35.08º | 0.88% | 0.26% | - |
| HSV(B) | 35.08º | 0.94% | 0.49% | - |
| XYZ | 11.3 | 9.76 | 1.52 | - |
| YUV | 83.79 | 85.23 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 77 | 8 | 0 | 0.39 | 0.94 | 0.51 | 35.08 | 0.88 | 0.26 |
| Hex | 7E | 4D | 8 | 0 | 27 | 5E | 33 | 23 | 58 | 1A |
| Octal | 176 | 115 | 10 | 0 | 47 | 136 | 63 | 43 | 130 | 32 |
| Binary | 1111110 | 1001101 | 1000 | 0 | 100111 | 1011110 | 110011 | 100011 | 1011000 | 11010 |
Color Harmonies of #7E4D08
Complementary color
Monochromatic Colors of #7E4D08
Black with #7E4D08
Text Example
Text Example
White with #7E4D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4D08; }
p { color: rgb(126,77,8); }
H1.HeaderClassName
{
color: #7E4D08;
}
.AnyTagClassName
{
color: #7E4D08;
}
</style>
background-color css
<style>
a { background-color: #7E4D08; }
a { background-color: rgb(126,77,8); }
div.DivClassName
{
background-color: #7E4D08;
}
.BgClassName
{
background-color: #7E4D08;
}
</style>
border-color css
<style>
span { border-color: #7E4D08; }
span { border-color: rgb(126,77,8); }
td.TdClassName
{
border-color: #7E4D08;
}
.TagClassName
{
border-color: #7E4D08;
}
</style>