Shades of Raw Umber #74511E
Tints of Raw Umber #74511E
RGB
CMYK
RGB Variations
Color information
#74511E (or 0x74511E) is known color: Raw Umber. HEX triplet: 74, 51 and 1E. RGB value is (116,81,30). Sum of RGB (Red+Green+Blue) = 116+81+30=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74511E is #8BAEE1. Grayscale: #555555. Windows color (decimal): -9154274 or 1986932. OLE color: 1986932.
HSL color Cylindrical-coordinate representation of color #74511E: hue angle of 35.58º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74511E is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 30 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.55 |
| HSL | 35.58º | 0.59% | 0.29% | - |
| HSV(B) | 35.58º | 0.74% | 0.45% | - |
| XYZ | 10.38 | 9.69 | 2.55 | - |
| YUV | 85.65 | 96.6 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 30 | 0 | 0.30 | 0.74 | 0.55 | 35.58 | 0.59 | 0.29 |
| Hex | 74 | 51 | 1E | 0 | 1E | 4A | 37 | 24 | 3B | 1D |
| Octal | 164 | 121 | 36 | 0 | 36 | 112 | 67 | 44 | 73 | 35 |
| Binary | 1110100 | 1010001 | 11110 | 0 | 11110 | 1001010 | 110111 | 100100 | 111011 | 11101 |
Color Harmonies of #74511E
Complementary color
Monochromatic Colors of #74511E
Black with #74511E
Text Example
Text Example
White with #74511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74511E; }
p { color: rgb(116,81,30); }
H1.HeaderClassName
{
color: #74511E;
}
.AnyTagClassName
{
color: #74511E;
}
</style>
background-color css
<style>
a { background-color: #74511E; }
a { background-color: rgb(116,81,30); }
div.DivClassName
{
background-color: #74511E;
}
.BgClassName
{
background-color: #74511E;
}
</style>
border-color css
<style>
span { border-color: #74511E; }
span { border-color: rgb(116,81,30); }
td.TdClassName
{
border-color: #74511E;
}
.TagClassName
{
border-color: #74511E;
}
</style>