Shades of Raw Umber #7A5C0E
Tints of Raw Umber #7A5C0E
RGB
CMYK
RGB Variations
Color information
#7A5C0E (or 0x7A5C0E) is known color: Raw Umber. HEX triplet: 7A, 5C and 0E. RGB value is (122,92,14). Sum of RGB (Red+Green+Blue) = 122+92+14=228 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.51% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5C0E is #85A3F1. Grayscale: #5C5C5C. Windows color (decimal): -8758258 or 941178. OLE color: 941178.
HSL color Cylindrical-coordinate representation of color #7A5C0E: hue angle of 43.33º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A5C0E is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 92 | 14 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.52 |
| HSL | 43.33º | 0.79% | 0.27% | - |
| HSV(B) | 43.33º | 0.89% | 0.48% | - |
| XYZ | 11.93 | 11.82 | 2.07 | - |
| YUV | 92.08 | 83.94 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 92 | 14 | 0 | 0.25 | 0.89 | 0.52 | 43.33 | 0.79 | 0.27 |
| Hex | 7A | 5C | E | 0 | 19 | 59 | 34 | 2B | 4F | 1B |
| Octal | 172 | 134 | 16 | 0 | 31 | 131 | 64 | 53 | 117 | 33 |
| Binary | 1111010 | 1011100 | 1110 | 0 | 11001 | 1011001 | 110100 | 101011 | 1001111 | 11011 |
Color Harmonies of #7A5C0E
Complementary color
Monochromatic Colors of #7A5C0E
Black with #7A5C0E
Text Example
Text Example
White with #7A5C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5C0E; }
p { color: rgb(122,92,14); }
H1.HeaderClassName
{
color: #7A5C0E;
}
.AnyTagClassName
{
color: #7A5C0E;
}
</style>
background-color css
<style>
a { background-color: #7A5C0E; }
a { background-color: rgb(122,92,14); }
div.DivClassName
{
background-color: #7A5C0E;
}
.BgClassName
{
background-color: #7A5C0E;
}
</style>
border-color css
<style>
span { border-color: #7A5C0E; }
span { border-color: rgb(122,92,14); }
td.TdClassName
{
border-color: #7A5C0E;
}
.TagClassName
{
border-color: #7A5C0E;
}
</style>