Shades of Raw Umber #74470E
Tints of Raw Umber #74470E
RGB
CMYK
RGB Variations
Color information
#74470E (or 0x74470E) is known color: Raw Umber. HEX triplet: 74, 47 and 0E. RGB value is (116,71,14). Sum of RGB (Red+Green+Blue) = 116+71+14=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #74470E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74470E is #8BB8F1. Grayscale: #4E4E4E. Windows color (decimal): -9156850 or 935796. OLE color: 935796.
HSL color Cylindrical-coordinate representation of color #74470E: hue angle of 33.53º 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 #74470E is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 71 | 14 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.55 |
| HSL | 33.53º | 0.78% | 0.25% | - |
| HSV(B) | 33.53º | 0.88% | 0.45% | - |
| XYZ | 9.53 | 8.25 | 1.51 | - |
| YUV | 77.96 | 91.91 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 14 | 0 | 0.39 | 0.88 | 0.55 | 33.53 | 0.78 | 0.25 |
| Hex | 74 | 47 | E | 0 | 27 | 58 | 37 | 22 | 4E | 19 |
| Octal | 164 | 107 | 16 | 0 | 47 | 130 | 67 | 42 | 116 | 31 |
| Binary | 1110100 | 1000111 | 1110 | 0 | 100111 | 1011000 | 110111 | 100010 | 1001110 | 11001 |
Color Harmonies of #74470E
Complementary color
Monochromatic Colors of #74470E
Black with #74470E
Text Example
Text Example
White with #74470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74470E; }
p { color: rgb(116,71,14); }
H1.HeaderClassName
{
color: #74470E;
}
.AnyTagClassName
{
color: #74470E;
}
</style>
background-color css
<style>
a { background-color: #74470E; }
a { background-color: rgb(116,71,14); }
div.DivClassName
{
background-color: #74470E;
}
.BgClassName
{
background-color: #74470E;
}
</style>
border-color css
<style>
span { border-color: #74470E; }
span { border-color: rgb(116,71,14); }
td.TdClassName
{
border-color: #74470E;
}
.TagClassName
{
border-color: #74470E;
}
</style>