Shades of Raw Umber #74400F
Tints of Raw Umber #74400F
RGB
CMYK
RGB Variations
Color information
#74400F (or 0x74400F) is known color: Raw Umber. HEX triplet: 74, 40 and 0F. RGB value is (116,64,15). Sum of RGB (Red+Green+Blue) = 116+64+15=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74400F is #8BBFF0. Grayscale: #4A4A4A. Windows color (decimal): -9158641 or 999540. OLE color: 999540.
HSL color Cylindrical-coordinate representation of color #74400F: hue angle of 29.11º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74400F is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 64 | 15 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.55 |
| HSL | 29.11º | 0.77% | 0.26% | - |
| HSV(B) | 29.11º | 0.87% | 0.45% | - |
| XYZ | 9.12 | 7.41 | 1.4 | - |
| YUV | 73.96 | 94.73 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 15 | 0 | 0.45 | 0.87 | 0.55 | 29.11 | 0.77 | 0.26 |
| Hex | 74 | 40 | F | 0 | 2D | 57 | 37 | 1D | 4D | 1A |
| Octal | 164 | 100 | 17 | 0 | 55 | 127 | 67 | 35 | 115 | 32 |
| Binary | 1110100 | 1000000 | 1111 | 0 | 101101 | 1010111 | 110111 | 11101 | 1001101 | 11010 |
Color Harmonies of #74400F
Complementary color
Monochromatic Colors of #74400F
Black with #74400F
Text Example
Text Example
White with #74400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74400F; }
p { color: rgb(116,64,15); }
H1.HeaderClassName
{
color: #74400F;
}
.AnyTagClassName
{
color: #74400F;
}
</style>
background-color css
<style>
a { background-color: #74400F; }
a { background-color: rgb(116,64,15); }
div.DivClassName
{
background-color: #74400F;
}
.BgClassName
{
background-color: #74400F;
}
</style>
border-color css
<style>
span { border-color: #74400F; }
span { border-color: rgb(116,64,15); }
td.TdClassName
{
border-color: #74400F;
}
.TagClassName
{
border-color: #74400F;
}
</style>