Shades of Raw Umber #74440B
Tints of Raw Umber #74440B
RGB
CMYK
RGB Variations
Color information
#74440B (or 0x74440B) is known color: Raw Umber. HEX triplet: 74, 44 and 0B. RGB value is (116,68,11). Sum of RGB (Red+Green+Blue) = 116+68+11=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74440B is #8BBBF4. Grayscale: #4C4C4C. Windows color (decimal): -9157621 or 738420. OLE color: 738420.
HSL color Cylindrical-coordinate representation of color #74440B: hue angle of 32.57º degrees, saturation: 0.83, 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 #74440B is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 68 | 11 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.55 |
| HSL | 32.57º | 0.83% | 0.25% | - |
| HSV(B) | 32.57º | 0.91% | 0.45% | - |
| XYZ | 9.33 | 7.87 | 1.34 | - |
| YUV | 75.85 | 91.4 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 11 | 0 | 0.41 | 0.91 | 0.55 | 32.57 | 0.83 | 0.25 |
| Hex | 74 | 44 | B | 0 | 29 | 5B | 37 | 21 | 53 | 19 |
| Octal | 164 | 104 | 13 | 0 | 51 | 133 | 67 | 41 | 123 | 31 |
| Binary | 1110100 | 1000100 | 1011 | 0 | 101001 | 1011011 | 110111 | 100001 | 1010011 | 11001 |
Color Harmonies of #74440B
Complementary color
Monochromatic Colors of #74440B
Black with #74440B
Text Example
Text Example
White with #74440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74440B; }
p { color: rgb(116,68,11); }
H1.HeaderClassName
{
color: #74440B;
}
.AnyTagClassName
{
color: #74440B;
}
</style>
background-color css
<style>
a { background-color: #74440B; }
a { background-color: rgb(116,68,11); }
div.DivClassName
{
background-color: #74440B;
}
.BgClassName
{
background-color: #74440B;
}
</style>
border-color css
<style>
span { border-color: #74440B; }
span { border-color: rgb(116,68,11); }
td.TdClassName
{
border-color: #74440B;
}
.TagClassName
{
border-color: #74440B;
}
</style>