Shades of Raw Umber #7A5412
Tints of Raw Umber #7A5412
RGB
CMYK
RGB Variations
Color information
#7A5412 (or 0x7A5412) is known color: Raw Umber. HEX triplet: 7A, 54 and 12. RGB value is (122,84,18). Sum of RGB (Red+Green+Blue) = 122+84+18=224 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.46% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5412 is #85ABED. Grayscale: #585858. Windows color (decimal): -8760302 or 1201274. OLE color: 1201274.
HSL color Cylindrical-coordinate representation of color #7A5412: hue angle of 38.08º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A5412 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 84 | 18 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.52 |
| HSL | 38.08º | 0.74% | 0.27% | - |
| HSV(B) | 38.08º | 0.85% | 0.48% | - |
| XYZ | 11.31 | 10.52 | 2.01 | - |
| YUV | 87.84 | 88.59 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 84 | 18 | 0 | 0.31 | 0.85 | 0.52 | 38.08 | 0.74 | 0.27 |
| Hex | 7A | 54 | 12 | 0 | 1F | 55 | 34 | 26 | 4A | 1B |
| Octal | 172 | 124 | 22 | 0 | 37 | 125 | 64 | 46 | 112 | 33 |
| Binary | 1111010 | 1010100 | 10010 | 0 | 11111 | 1010101 | 110100 | 100110 | 1001010 | 11011 |
Color Harmonies of #7A5412
Complementary color
Monochromatic Colors of #7A5412
Black with #7A5412
Text Example
Text Example
White with #7A5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5412; }
p { color: rgb(122,84,18); }
H1.HeaderClassName
{
color: #7A5412;
}
.AnyTagClassName
{
color: #7A5412;
}
</style>
background-color css
<style>
a { background-color: #7A5412; }
a { background-color: rgb(122,84,18); }
div.DivClassName
{
background-color: #7A5412;
}
.BgClassName
{
background-color: #7A5412;
}
</style>
border-color css
<style>
span { border-color: #7A5412; }
span { border-color: rgb(122,84,18); }
td.TdClassName
{
border-color: #7A5412;
}
.TagClassName
{
border-color: #7A5412;
}
</style>