Shades of Raw Umber #7A4300
Tints of Raw Umber #7A4300
RGB
CMYK
RGB Variations
Color information
#7A4300 (or 0x7A4300) is known color: Raw Umber. HEX triplet: 7A, 43 and 00. RGB value is (122,67,0). Sum of RGB (Red+Green+Blue) = 122+67+0=189 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.55% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4300 is #85BCFF. Grayscale: #4C4C4C. Windows color (decimal): -8764672 or 17274. OLE color: 17274.
HSL color Cylindrical-coordinate representation of color #7A4300: hue angle of 32.95º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A4300 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 67 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.52 |
| HSL | 32.95º | 1% | 0.24% | - |
| HSV(B) | 32.95º | 1% | 0.48% | - |
| XYZ | 10.03 | 8.15 | 1.04 | - |
| YUV | 75.81 | 85.22 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 67 | 0 | 0 | 0.45 | 1 | 0.52 | 32.95 | 1 | 0.24 |
| Hex | 7A | 43 | 0 | 0 | 2D | 64 | 34 | 21 | 64 | 18 |
| Octal | 172 | 103 | 0 | 0 | 55 | 144 | 64 | 41 | 144 | 30 |
| Binary | 1111010 | 1000011 | 0 | 0 | 101101 | 1100100 | 110100 | 100001 | 1100100 | 11000 |
Color Harmonies of #7A4300
Complementary color
Monochromatic Colors of #7A4300
Black with #7A4300
Text Example
Text Example
White with #7A4300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4300; }
p { color: rgb(122,67,0); }
H1.HeaderClassName
{
color: #7A4300;
}
.AnyTagClassName
{
color: #7A4300;
}
</style>
background-color css
<style>
a { background-color: #7A4300; }
a { background-color: rgb(122,67,0); }
div.DivClassName
{
background-color: #7A4300;
}
.BgClassName
{
background-color: #7A4300;
}
</style>
border-color css
<style>
span { border-color: #7A4300; }
span { border-color: rgb(122,67,0); }
td.TdClassName
{
border-color: #7A4300;
}
.TagClassName
{
border-color: #7A4300;
}
</style>