Shades of Raw Umber #795105
Tints of Raw Umber #795105
RGB
CMYK
RGB Variations
Color information
#795105 (or 0x795105) is known color: Raw Umber. HEX triplet: 79, 51 and 05. RGB value is (121,81,5). Sum of RGB (Red+Green+Blue) = 121+81+5=207 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.45% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 121 - color contains mainly: red. Hex color #795105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795105 is #86AEFA. Grayscale: #545454. Windows color (decimal): -8826619 or 348537. OLE color: 348537.
HSL color Cylindrical-coordinate representation of color #795105: hue angle of 39.31º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #795105 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 5 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.53 |
| HSL | 39.31º | 0.92% | 0.25% | - |
| HSV(B) | 39.31º | 0.96% | 0.47% | - |
| XYZ | 10.85 | 9.96 | 1.49 | - |
| YUV | 84.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 5 | 0 | 0.33 | 0.96 | 0.53 | 39.31 | 0.92 | 0.25 |
| Hex | 79 | 51 | 5 | 0 | 21 | 60 | 35 | 27 | 5C | 19 |
| Octal | 171 | 121 | 5 | 0 | 41 | 140 | 65 | 47 | 134 | 31 |
| Binary | 1111001 | 1010001 | 101 | 0 | 100001 | 1100000 | 110101 | 100111 | 1011100 | 11001 |
Color Harmonies of #795105
Complementary color
Monochromatic Colors of #795105
Black with #795105
Text Example
Text Example
White with #795105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795105; }
p { color: rgb(121,81,5); }
H1.HeaderClassName
{
color: #795105;
}
.AnyTagClassName
{
color: #795105;
}
</style>
background-color css
<style>
a { background-color: #795105; }
a { background-color: rgb(121,81,5); }
div.DivClassName
{
background-color: #795105;
}
.BgClassName
{
background-color: #795105;
}
</style>
border-color css
<style>
span { border-color: #795105; }
span { border-color: rgb(121,81,5); }
td.TdClassName
{
border-color: #795105;
}
.TagClassName
{
border-color: #795105;
}
</style>