Shades of Raw Umber #7E5B02
Tints of Raw Umber #7E5B02
RGB
CMYK
RGB Variations
Color information
#7E5B02 (or 0x7E5B02) is known color: Raw Umber. HEX triplet: 7E, 5B and 02. RGB value is (126,91,2). Sum of RGB (Red+Green+Blue) = 126+91+2=219 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.53% from 219); Green value is 91 (35.94% from 255 or 41.55% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5B02 is #81A4FD. Grayscale: #5B5B5B. Windows color (decimal): -8496382 or 154494. OLE color: 154494.
HSL color Cylindrical-coordinate representation of color #7E5B02: hue angle of 43.06º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E5B02 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 91 | 2 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.51 |
| HSL | 43.06º | 0.97% | 0.25% | - |
| HSV(B) | 43.06º | 0.98% | 0.49% | - |
| XYZ | 12.36 | 11.92 | 1.71 | - |
| YUV | 91.32 | 77.6 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 91 | 2 | 0 | 0.28 | 0.98 | 0.51 | 43.06 | 0.97 | 0.25 |
| Hex | 7E | 5B | 2 | 0 | 1C | 62 | 33 | 2B | 61 | 19 |
| Octal | 176 | 133 | 2 | 0 | 34 | 142 | 63 | 53 | 141 | 31 |
| Binary | 1111110 | 1011011 | 10 | 0 | 11100 | 1100010 | 110011 | 101011 | 1100001 | 11001 |
Color Harmonies of #7E5B02
Complementary color
Monochromatic Colors of #7E5B02
Black with #7E5B02
Text Example
Text Example
White with #7E5B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5B02; }
p { color: rgb(126,91,2); }
H1.HeaderClassName
{
color: #7E5B02;
}
.AnyTagClassName
{
color: #7E5B02;
}
</style>
background-color css
<style>
a { background-color: #7E5B02; }
a { background-color: rgb(126,91,2); }
div.DivClassName
{
background-color: #7E5B02;
}
.BgClassName
{
background-color: #7E5B02;
}
</style>
border-color css
<style>
span { border-color: #7E5B02; }
span { border-color: rgb(126,91,2); }
td.TdClassName
{
border-color: #7E5B02;
}
.TagClassName
{
border-color: #7E5B02;
}
</style>