Shades of Raw Umber #744A18
Tints of Raw Umber #744A18
RGB
CMYK
RGB Variations
Color information
#744A18 (or 0x744A18) is known color: Raw Umber. HEX triplet: 74, 4A and 18. RGB value is (116,74,24). Sum of RGB (Red+Green+Blue) = 116+74+24=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #744A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744A18 is #8BB5E7. Grayscale: #515151. Windows color (decimal): -9156072 or 1591924. OLE color: 1591924.
HSL color Cylindrical-coordinate representation of color #744A18: hue angle of 32.61º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #744A18 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 74 | 24 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.55 |
| HSL | 32.61º | 0.66% | 0.27% | - |
| HSV(B) | 32.61º | 0.79% | 0.45% | - |
| XYZ | 9.82 | 8.68 | 2.02 | - |
| YUV | 80.86 | 95.91 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 24 | 0 | 0.36 | 0.79 | 0.55 | 32.61 | 0.66 | 0.27 |
| Hex | 74 | 4A | 18 | 0 | 24 | 4F | 37 | 21 | 42 | 1B |
| Octal | 164 | 112 | 30 | 0 | 44 | 117 | 67 | 41 | 102 | 33 |
| Binary | 1110100 | 1001010 | 11000 | 0 | 100100 | 1001111 | 110111 | 100001 | 1000010 | 11011 |
Color Harmonies of #744A18
Complementary color
Monochromatic Colors of #744A18
Black with #744A18
Text Example
Text Example
White with #744A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744A18; }
p { color: rgb(116,74,24); }
H1.HeaderClassName
{
color: #744A18;
}
.AnyTagClassName
{
color: #744A18;
}
</style>
background-color css
<style>
a { background-color: #744A18; }
a { background-color: rgb(116,74,24); }
div.DivClassName
{
background-color: #744A18;
}
.BgClassName
{
background-color: #744A18;
}
</style>
border-color css
<style>
span { border-color: #744A18; }
span { border-color: rgb(116,74,24); }
td.TdClassName
{
border-color: #744A18;
}
.TagClassName
{
border-color: #744A18;
}
</style>