Shades of Raw Umber #795A08
Tints of Raw Umber #795A08
RGB
CMYK
RGB Variations
Color information
#795A08 (or 0x795A08) is known color: Raw Umber. HEX triplet: 79, 5A and 08. RGB value is (121,90,8). Sum of RGB (Red+Green+Blue) = 121+90+8=219 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55.25% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 121 - color contains mainly: red. Hex color #795A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795A08 is #86A5F7. Grayscale: #5A5A5A. Windows color (decimal): -8824312 or 547449. OLE color: 547449.
HSL color Cylindrical-coordinate representation of color #795A08: hue angle of 43.54º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #795A08 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 90 | 8 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.53 |
| HSL | 43.54º | 0.88% | 0.25% | - |
| HSV(B) | 43.54º | 0.93% | 0.47% | - |
| XYZ | 11.59 | 11.39 | 1.82 | - |
| YUV | 89.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 8 | 0 | 0.26 | 0.93 | 0.53 | 43.54 | 0.88 | 0.25 |
| Hex | 79 | 5A | 8 | 0 | 1A | 5D | 35 | 2C | 58 | 19 |
| Octal | 171 | 132 | 10 | 0 | 32 | 135 | 65 | 54 | 130 | 31 |
| Binary | 1111001 | 1011010 | 1000 | 0 | 11010 | 1011101 | 110101 | 101100 | 1011000 | 11001 |
Color Harmonies of #795A08
Complementary color
Monochromatic Colors of #795A08
Black with #795A08
Text Example
Text Example
White with #795A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795A08; }
p { color: rgb(121,90,8); }
H1.HeaderClassName
{
color: #795A08;
}
.AnyTagClassName
{
color: #795A08;
}
</style>
background-color css
<style>
a { background-color: #795A08; }
a { background-color: rgb(121,90,8); }
div.DivClassName
{
background-color: #795A08;
}
.BgClassName
{
background-color: #795A08;
}
</style>
border-color css
<style>
span { border-color: #795A08; }
span { border-color: rgb(121,90,8); }
td.TdClassName
{
border-color: #795A08;
}
.TagClassName
{
border-color: #795A08;
}
</style>