Shades of Raw Umber #79500B
Tints of Raw Umber #79500B
RGB
CMYK
RGB Variations
Color information
#79500B (or 0x79500B) is known color: Raw Umber. HEX triplet: 79, 50 and 0B. RGB value is (121,80,11). Sum of RGB (Red+Green+Blue) = 121+80+11=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #79500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79500B is #86AFF4. Grayscale: #545454. Windows color (decimal): -8826869 or 741497. OLE color: 741497.
HSL color Cylindrical-coordinate representation of color #79500B: hue angle of 37.64º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #79500B is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 80 | 11 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.53 |
| HSL | 37.64º | 0.83% | 0.26% | - |
| HSV(B) | 37.64º | 0.91% | 0.47% | - |
| XYZ | 10.81 | 9.83 | 1.64 | - |
| YUV | 84.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 80 | 11 | 0 | 0.34 | 0.91 | 0.53 | 37.64 | 0.83 | 0.26 |
| Hex | 79 | 50 | B | 0 | 22 | 5B | 35 | 26 | 53 | 1A |
| Octal | 171 | 120 | 13 | 0 | 42 | 133 | 65 | 46 | 123 | 32 |
| Binary | 1111001 | 1010000 | 1011 | 0 | 100010 | 1011011 | 110101 | 100110 | 1010011 | 11010 |
Color Harmonies of #79500B
Complementary color
Monochromatic Colors of #79500B
Black with #79500B
Text Example
Text Example
White with #79500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79500B; }
p { color: rgb(121,80,11); }
H1.HeaderClassName
{
color: #79500B;
}
.AnyTagClassName
{
color: #79500B;
}
</style>
background-color css
<style>
a { background-color: #79500B; }
a { background-color: rgb(121,80,11); }
div.DivClassName
{
background-color: #79500B;
}
.BgClassName
{
background-color: #79500B;
}
</style>
border-color css
<style>
span { border-color: #79500B; }
span { border-color: rgb(121,80,11); }
td.TdClassName
{
border-color: #79500B;
}
.TagClassName
{
border-color: #79500B;
}
</style>