Shades of Raw Umber #794D1C
Tints of Raw Umber #794D1C
RGB
CMYK
RGB Variations
Color information
#794D1C (or 0x794D1C) is known color: Raw Umber. HEX triplet: 79, 4D and 1C. RGB value is (121,77,28). Sum of RGB (Red+Green+Blue) = 121+77+28=226 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.54% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 121 - color contains mainly: red. Hex color #794D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794D1C is #86B2E3. Grayscale: #545454. Windows color (decimal): -8827620 or 1854841. OLE color: 1854841.
HSL color Cylindrical-coordinate representation of color #794D1C: hue angle of 31.61º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #794D1C is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 77 | 28 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.53 |
| HSL | 31.61º | 0.62% | 0.29% | - |
| HSV(B) | 31.61º | 0.77% | 0.47% | - |
| XYZ | 10.75 | 9.46 | 2.36 | - |
| YUV | 84.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 28 | 0 | 0.36 | 0.77 | 0.53 | 31.61 | 0.62 | 0.29 |
| Hex | 79 | 4D | 1C | 0 | 24 | 4D | 35 | 20 | 3E | 1D |
| Octal | 171 | 115 | 34 | 0 | 44 | 115 | 65 | 40 | 76 | 35 |
| Binary | 1111001 | 1001101 | 11100 | 0 | 100100 | 1001101 | 110101 | 100000 | 111110 | 11101 |
Color Harmonies of #794D1C
Complementary color
Monochromatic Colors of #794D1C
Black with #794D1C
Text Example
Text Example
White with #794D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794D1C; }
p { color: rgb(121,77,28); }
H1.HeaderClassName
{
color: #794D1C;
}
.AnyTagClassName
{
color: #794D1C;
}
</style>
background-color css
<style>
a { background-color: #794D1C; }
a { background-color: rgb(121,77,28); }
div.DivClassName
{
background-color: #794D1C;
}
.BgClassName
{
background-color: #794D1C;
}
</style>
border-color css
<style>
span { border-color: #794D1C; }
span { border-color: rgb(121,77,28); }
td.TdClassName
{
border-color: #794D1C;
}
.TagClassName
{
border-color: #794D1C;
}
</style>