Shades of Raw Umber #74470C
Tints of Raw Umber #74470C
RGB
CMYK
RGB Variations
Color information
#74470C (or 0x74470C) is known color: Raw Umber. HEX triplet: 74, 47 and 0C. RGB value is (116,71,12). Sum of RGB (Red+Green+Blue) = 116+71+12=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #74470C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74470C is #8BB8F3. Grayscale: #4E4E4E. Windows color (decimal): -9156852 or 804724. OLE color: 804724.
HSL color Cylindrical-coordinate representation of color #74470C: hue angle of 34.04º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74470C is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 71 | 12 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.55 |
| HSL | 34.04º | 0.81% | 0.25% | - |
| HSV(B) | 34.04º | 0.9% | 0.45% | - |
| XYZ | 9.52 | 8.25 | 1.44 | - |
| YUV | 77.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 12 | 0 | 0.39 | 0.90 | 0.55 | 34.04 | 0.81 | 0.25 |
| Hex | 74 | 47 | C | 0 | 27 | 5A | 37 | 22 | 51 | 19 |
| Octal | 164 | 107 | 14 | 0 | 47 | 132 | 67 | 42 | 121 | 31 |
| Binary | 1110100 | 1000111 | 1100 | 0 | 100111 | 1011010 | 110111 | 100010 | 1010001 | 11001 |
Color Harmonies of #74470C
Complementary color
Monochromatic Colors of #74470C
Black with #74470C
Text Example
Text Example
White with #74470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74470C; }
p { color: rgb(116,71,12); }
H1.HeaderClassName
{
color: #74470C;
}
.AnyTagClassName
{
color: #74470C;
}
</style>
background-color css
<style>
a { background-color: #74470C; }
a { background-color: rgb(116,71,12); }
div.DivClassName
{
background-color: #74470C;
}
.BgClassName
{
background-color: #74470C;
}
</style>
border-color css
<style>
span { border-color: #74470C; }
span { border-color: rgb(116,71,12); }
td.TdClassName
{
border-color: #74470C;
}
.TagClassName
{
border-color: #74470C;
}
</style>