Shades of Raw Umber #79580B
Tints of Raw Umber #79580B
RGB
CMYK
RGB Variations
Color information
#79580B (or 0x79580B) is known color: Raw Umber. HEX triplet: 79, 58 and 0B. RGB value is (121,88,11). Sum of RGB (Red+Green+Blue) = 121+88+11=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #79580B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79580B is #86A7F4. Grayscale: #595959. Windows color (decimal): -8824821 or 743545. OLE color: 743545.
HSL color Cylindrical-coordinate representation of color #79580B: hue angle of 42º 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 #79580B is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 88 | 11 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.53 |
| HSL | 42º | 0.83% | 0.26% | - |
| HSV(B) | 42º | 0.91% | 0.47% | - |
| XYZ | 11.44 | 11.07 | 1.85 | - |
| YUV | 89.09 | 83.93 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 88 | 11 | 0 | 0.27 | 0.91 | 0.53 | 42 | 0.83 | 0.26 |
| Hex | 79 | 58 | B | 0 | 1B | 5B | 35 | 2A | 53 | 1A |
| Octal | 171 | 130 | 13 | 0 | 33 | 133 | 65 | 52 | 123 | 32 |
| Binary | 1111001 | 1011000 | 1011 | 0 | 11011 | 1011011 | 110101 | 101010 | 1010011 | 11010 |
Color Harmonies of #79580B
Complementary color
Monochromatic Colors of #79580B
Black with #79580B
Text Example
Text Example
White with #79580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79580B; }
p { color: rgb(121,88,11); }
H1.HeaderClassName
{
color: #79580B;
}
.AnyTagClassName
{
color: #79580B;
}
</style>
background-color css
<style>
a { background-color: #79580B; }
a { background-color: rgb(121,88,11); }
div.DivClassName
{
background-color: #79580B;
}
.BgClassName
{
background-color: #79580B;
}
</style>
border-color css
<style>
span { border-color: #79580B; }
span { border-color: rgb(121,88,11); }
td.TdClassName
{
border-color: #79580B;
}
.TagClassName
{
border-color: #79580B;
}
</style>