Shades of Raw Umber #795008
Tints of Raw Umber #795008
RGB
CMYK
RGB Variations
Color information
#795008 (or 0x795008) is known color: Raw Umber. HEX triplet: 79, 50 and 08. RGB value is (121,80,8). Sum of RGB (Red+Green+Blue) = 121+80+8=209 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.89% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 121 - color contains mainly: red. Hex color #795008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795008 is #86AFF7. Grayscale: #545454. Windows color (decimal): -8826872 or 544889. OLE color: 544889.
HSL color Cylindrical-coordinate representation of color #795008: hue angle of 38.23º 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 #795008 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 80 | 8 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.53 |
| HSL | 38.23º | 0.88% | 0.25% | - |
| HSV(B) | 38.23º | 0.93% | 0.47% | - |
| XYZ | 10.8 | 9.82 | 1.56 | - |
| YUV | 84.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 80 | 8 | 0 | 0.34 | 0.93 | 0.53 | 38.23 | 0.88 | 0.25 |
| Hex | 79 | 50 | 8 | 0 | 22 | 5D | 35 | 26 | 58 | 19 |
| Octal | 171 | 120 | 10 | 0 | 42 | 135 | 65 | 46 | 130 | 31 |
| Binary | 1111001 | 1010000 | 1000 | 0 | 100010 | 1011101 | 110101 | 100110 | 1011000 | 11001 |
Color Harmonies of #795008
Complementary color
Monochromatic Colors of #795008
Black with #795008
Text Example
Text Example
White with #795008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795008; }
p { color: rgb(121,80,8); }
H1.HeaderClassName
{
color: #795008;
}
.AnyTagClassName
{
color: #795008;
}
</style>
background-color css
<style>
a { background-color: #795008; }
a { background-color: rgb(121,80,8); }
div.DivClassName
{
background-color: #795008;
}
.BgClassName
{
background-color: #795008;
}
</style>
border-color css
<style>
span { border-color: #795008; }
span { border-color: rgb(121,80,8); }
td.TdClassName
{
border-color: #795008;
}
.TagClassName
{
border-color: #795008;
}
</style>