Shades of Raw Umber #7A531C
Tints of Raw Umber #7A531C
RGB
CMYK
RGB Variations
Color information
#7A531C (or 0x7A531C) is known color: Raw Umber. HEX triplet: 7A, 53 and 1C. RGB value is (122,83,28). Sum of RGB (Red+Green+Blue) = 122+83+28=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A531C is #85ACE3. Grayscale: #585858. Windows color (decimal): -8760548 or 1856378. OLE color: 1856378.
HSL color Cylindrical-coordinate representation of color #7A531C: hue angle of 35.11º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A531C is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 83 | 28 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.52 |
| HSL | 35.11º | 0.63% | 0.29% | - |
| HSV(B) | 35.11º | 0.77% | 0.48% | - |
| XYZ | 11.33 | 10.41 | 2.51 | - |
| YUV | 88.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 28 | 0 | 0.32 | 0.77 | 0.52 | 35.11 | 0.63 | 0.29 |
| Hex | 7A | 53 | 1C | 0 | 20 | 4D | 34 | 23 | 3F | 1D |
| Octal | 172 | 123 | 34 | 0 | 40 | 115 | 64 | 43 | 77 | 35 |
| Binary | 1111010 | 1010011 | 11100 | 0 | 100000 | 1001101 | 110100 | 100011 | 111111 | 11101 |
Color Harmonies of #7A531C
Complementary color
Monochromatic Colors of #7A531C
Black with #7A531C
Text Example
Text Example
White with #7A531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A531C; }
p { color: rgb(122,83,28); }
H1.HeaderClassName
{
color: #7A531C;
}
.AnyTagClassName
{
color: #7A531C;
}
</style>
background-color css
<style>
a { background-color: #7A531C; }
a { background-color: rgb(122,83,28); }
div.DivClassName
{
background-color: #7A531C;
}
.BgClassName
{
background-color: #7A531C;
}
</style>
border-color css
<style>
span { border-color: #7A531C; }
span { border-color: rgb(122,83,28); }
td.TdClassName
{
border-color: #7A531C;
}
.TagClassName
{
border-color: #7A531C;
}
</style>