Shades of Raw Umber #74400A
Tints of Raw Umber #74400A
RGB
CMYK
RGB Variations
Color information
#74400A (or 0x74400A) is known color: Raw Umber. HEX triplet: 74, 40 and 0A. RGB value is (116,64,10). Sum of RGB (Red+Green+Blue) = 116+64+10=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #74400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74400A is #8BBFF5. Grayscale: #494949. Windows color (decimal): -9158646 or 671860. OLE color: 671860.
HSL color Cylindrical-coordinate representation of color #74400A: hue angle of 30.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74400A is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 64 | 10 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.55 |
| HSL | 30.57º | 0.84% | 0.25% | - |
| HSV(B) | 30.57º | 0.91% | 0.45% | - |
| XYZ | 9.09 | 7.4 | 1.24 | - |
| YUV | 73.39 | 92.23 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 10 | 0 | 0.45 | 0.91 | 0.55 | 30.57 | 0.84 | 0.25 |
| Hex | 74 | 40 | A | 0 | 2D | 5B | 37 | 1F | 54 | 19 |
| Octal | 164 | 100 | 12 | 0 | 55 | 133 | 67 | 37 | 124 | 31 |
| Binary | 1110100 | 1000000 | 1010 | 0 | 101101 | 1011011 | 110111 | 11111 | 1010100 | 11001 |
Color Harmonies of #74400A
Complementary color
Monochromatic Colors of #74400A
Black with #74400A
Text Example
Text Example
White with #74400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74400A; }
p { color: rgb(116,64,10); }
H1.HeaderClassName
{
color: #74400A;
}
.AnyTagClassName
{
color: #74400A;
}
</style>
background-color css
<style>
a { background-color: #74400A; }
a { background-color: rgb(116,64,10); }
div.DivClassName
{
background-color: #74400A;
}
.BgClassName
{
background-color: #74400A;
}
</style>
border-color css
<style>
span { border-color: #74400A; }
span { border-color: rgb(116,64,10); }
td.TdClassName
{
border-color: #74400A;
}
.TagClassName
{
border-color: #74400A;
}
</style>