Shades of Raw Umber #795D08
Tints of Raw Umber #795D08
RGB
CMYK
RGB Variations
Color information
#795D08 (or 0x795D08) is known color: Raw Umber. HEX triplet: 79, 5D and 08. RGB value is (121,93,8). Sum of RGB (Red+Green+Blue) = 121+93+8=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #795D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795D08 is #86A2F7. Grayscale: #5C5C5C. Windows color (decimal): -8823544 or 548217. OLE color: 548217.
HSL color Cylindrical-coordinate representation of color #795D08: hue angle of 45.13º 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 #795D08 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 93 | 8 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.53 |
| HSL | 45.13º | 0.88% | 0.25% | - |
| HSV(B) | 45.13º | 0.93% | 0.47% | - |
| XYZ | 11.84 | 11.91 | 1.9 | - |
| YUV | 91.68 | 80.78 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 8 | 0 | 0.23 | 0.93 | 0.53 | 45.13 | 0.88 | 0.25 |
| Hex | 79 | 5D | 8 | 0 | 17 | 5D | 35 | 2D | 58 | 19 |
| Octal | 171 | 135 | 10 | 0 | 27 | 135 | 65 | 55 | 130 | 31 |
| Binary | 1111001 | 1011101 | 1000 | 0 | 10111 | 1011101 | 110101 | 101101 | 1011000 | 11001 |
Color Harmonies of #795D08
Complementary color
Monochromatic Colors of #795D08
Black with #795D08
Text Example
Text Example
White with #795D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D08; }
p { color: rgb(121,93,8); }
H1.HeaderClassName
{
color: #795D08;
}
.AnyTagClassName
{
color: #795D08;
}
</style>
background-color css
<style>
a { background-color: #795D08; }
a { background-color: rgb(121,93,8); }
div.DivClassName
{
background-color: #795D08;
}
.BgClassName
{
background-color: #795D08;
}
</style>
border-color css
<style>
span { border-color: #795D08; }
span { border-color: rgb(121,93,8); }
td.TdClassName
{
border-color: #795D08;
}
.TagClassName
{
border-color: #795D08;
}
</style>