Shades of Raw Umber #74520E
Tints of Raw Umber #74520E
RGB
CMYK
RGB Variations
Color information
#74520E (or 0x74520E) is known color: Raw Umber. HEX triplet: 74, 52 and 0E. RGB value is (116,82,14). Sum of RGB (Red+Green+Blue) = 116+82+14=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74520E is #8BADF1. Grayscale: #545454. Windows color (decimal): -9154034 or 938612. OLE color: 938612.
HSL color Cylindrical-coordinate representation of color #74520E: hue angle of 40º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74520E is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 14 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.55 |
| HSL | 40º | 0.78% | 0.25% | - |
| HSV(B) | 40º | 0.88% | 0.45% | - |
| XYZ | 10.3 | 9.78 | 1.76 | - |
| YUV | 84.41 | 88.26 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 14 | 0 | 0.29 | 0.88 | 0.55 | 40 | 0.78 | 0.25 |
| Hex | 74 | 52 | E | 0 | 1D | 58 | 37 | 28 | 4E | 19 |
| Octal | 164 | 122 | 16 | 0 | 35 | 130 | 67 | 50 | 116 | 31 |
| Binary | 1110100 | 1010010 | 1110 | 0 | 11101 | 1011000 | 110111 | 101000 | 1001110 | 11001 |
Color Harmonies of #74520E
Complementary color
Monochromatic Colors of #74520E
Black with #74520E
Text Example
Text Example
White with #74520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74520E; }
p { color: rgb(116,82,14); }
H1.HeaderClassName
{
color: #74520E;
}
.AnyTagClassName
{
color: #74520E;
}
</style>
background-color css
<style>
a { background-color: #74520E; }
a { background-color: rgb(116,82,14); }
div.DivClassName
{
background-color: #74520E;
}
.BgClassName
{
background-color: #74520E;
}
</style>
border-color css
<style>
span { border-color: #74520E; }
span { border-color: rgb(116,82,14); }
td.TdClassName
{
border-color: #74520E;
}
.TagClassName
{
border-color: #74520E;
}
</style>