Shades of Raw Umber #74480C
Tints of Raw Umber #74480C
RGB
CMYK
RGB Variations
Color information
#74480C (or 0x74480C) is known color: Raw Umber. HEX triplet: 74, 48 and 0C. RGB value is (116,72,12). Sum of RGB (Red+Green+Blue) = 116+72+12=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #74480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74480C is #8BB7F3. Grayscale: #4E4E4E. Windows color (decimal): -9156596 or 804980. OLE color: 804980.
HSL color Cylindrical-coordinate representation of color #74480C: hue angle of 34.62º 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 #74480C is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 72 | 12 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.55 |
| HSL | 34.62º | 0.81% | 0.25% | - |
| HSV(B) | 34.62º | 0.9% | 0.45% | - |
| XYZ | 9.59 | 8.37 | 1.46 | - |
| YUV | 78.32 | 90.58 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 12 | 0 | 0.38 | 0.90 | 0.55 | 34.62 | 0.81 | 0.25 |
| Hex | 74 | 48 | C | 0 | 26 | 5A | 37 | 23 | 51 | 19 |
| Octal | 164 | 110 | 14 | 0 | 46 | 132 | 67 | 43 | 121 | 31 |
| Binary | 1110100 | 1001000 | 1100 | 0 | 100110 | 1011010 | 110111 | 100011 | 1010001 | 11001 |
Color Harmonies of #74480C
Complementary color
Monochromatic Colors of #74480C
Black with #74480C
Text Example
Text Example
White with #74480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74480C; }
p { color: rgb(116,72,12); }
H1.HeaderClassName
{
color: #74480C;
}
.AnyTagClassName
{
color: #74480C;
}
</style>
background-color css
<style>
a { background-color: #74480C; }
a { background-color: rgb(116,72,12); }
div.DivClassName
{
background-color: #74480C;
}
.BgClassName
{
background-color: #74480C;
}
</style>
border-color css
<style>
span { border-color: #74480C; }
span { border-color: rgb(116,72,12); }
td.TdClassName
{
border-color: #74480C;
}
.TagClassName
{
border-color: #74480C;
}
</style>