Shades of Raw Umber #744805
Tints of Raw Umber #744805
RGB
CMYK
RGB Variations
Color information
#744805 (or 0x744805) is known color: Raw Umber. HEX triplet: 74, 48 and 05. RGB value is (116,72,5). Sum of RGB (Red+Green+Blue) = 116+72+5=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #744805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744805 is #8BB7FA. Grayscale: #4D4D4D. Windows color (decimal): -9156603 or 346228. OLE color: 346228.
HSL color Cylindrical-coordinate representation of color #744805: hue angle of 36.22º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #744805 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 72 | 5 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.55 |
| HSL | 36.22º | 0.92% | 0.24% | - |
| HSV(B) | 36.22º | 0.96% | 0.45% | - |
| XYZ | 9.55 | 8.36 | 1.25 | - |
| YUV | 77.52 | 87.08 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 5 | 0 | 0.38 | 0.96 | 0.55 | 36.22 | 0.92 | 0.24 |
| Hex | 74 | 48 | 5 | 0 | 26 | 60 | 37 | 24 | 5C | 18 |
| Octal | 164 | 110 | 5 | 0 | 46 | 140 | 67 | 44 | 134 | 30 |
| Binary | 1110100 | 1001000 | 101 | 0 | 100110 | 1100000 | 110111 | 100100 | 1011100 | 11000 |
Color Harmonies of #744805
Complementary color
Monochromatic Colors of #744805
Black with #744805
Text Example
Text Example
White with #744805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744805; }
p { color: rgb(116,72,5); }
H1.HeaderClassName
{
color: #744805;
}
.AnyTagClassName
{
color: #744805;
}
</style>
background-color css
<style>
a { background-color: #744805; }
a { background-color: rgb(116,72,5); }
div.DivClassName
{
background-color: #744805;
}
.BgClassName
{
background-color: #744805;
}
</style>
border-color css
<style>
span { border-color: #744805; }
span { border-color: rgb(116,72,5); }
td.TdClassName
{
border-color: #744805;
}
.TagClassName
{
border-color: #744805;
}
</style>