Shades of Raw Umber #795102
Tints of Raw Umber #795102
RGB
CMYK
RGB Variations
Color information
#795102 (or 0x795102) is known color: Raw Umber. HEX triplet: 79, 51 and 02. RGB value is (121,81,2). Sum of RGB (Red+Green+Blue) = 121+81+2=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #795102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795102 is #86AEFD. Grayscale: #545454. Windows color (decimal): -8826622 or 151929. OLE color: 151929.
HSL color Cylindrical-coordinate representation of color #795102: hue angle of 39.83º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #795102 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 2 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.53 |
| HSL | 39.83º | 0.97% | 0.24% | - |
| HSV(B) | 39.83º | 0.98% | 0.47% | - |
| XYZ | 10.84 | 9.95 | 1.41 | - |
| YUV | 83.95 | 81.75 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 2 | 0 | 0.33 | 0.98 | 0.53 | 39.83 | 0.97 | 0.24 |
| Hex | 79 | 51 | 2 | 0 | 21 | 62 | 35 | 28 | 61 | 18 |
| Octal | 171 | 121 | 2 | 0 | 41 | 142 | 65 | 50 | 141 | 30 |
| Binary | 1111001 | 1010001 | 10 | 0 | 100001 | 1100010 | 110101 | 101000 | 1100001 | 11000 |
Color Harmonies of #795102
Complementary color
Monochromatic Colors of #795102
Black with #795102
Text Example
Text Example
White with #795102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795102; }
p { color: rgb(121,81,2); }
H1.HeaderClassName
{
color: #795102;
}
.AnyTagClassName
{
color: #795102;
}
</style>
background-color css
<style>
a { background-color: #795102; }
a { background-color: rgb(121,81,2); }
div.DivClassName
{
background-color: #795102;
}
.BgClassName
{
background-color: #795102;
}
</style>
border-color css
<style>
span { border-color: #795102; }
span { border-color: rgb(121,81,2); }
td.TdClassName
{
border-color: #795102;
}
.TagClassName
{
border-color: #795102;
}
</style>