Shades of Raw Umber #744105
Tints of Raw Umber #744105
RGB
CMYK
RGB Variations
Color information
#744105 (or 0x744105) is known color: Raw Umber. HEX triplet: 74, 41 and 05. RGB value is (116,65,5). Sum of RGB (Red+Green+Blue) = 116+65+5=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #744105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744105 is #8BBEFA. Grayscale: #494949. Windows color (decimal): -9158395 or 344436. OLE color: 344436.
HSL color Cylindrical-coordinate representation of color #744105: hue angle of 32.43º 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 #744105 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 65 | 5 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.55 |
| HSL | 32.43º | 0.92% | 0.24% | - |
| HSV(B) | 32.43º | 0.96% | 0.45% | - |
| XYZ | 9.12 | 7.5 | 1.11 | - |
| YUV | 73.41 | 89.4 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 5 | 0 | 0.44 | 0.96 | 0.55 | 32.43 | 0.92 | 0.24 |
| Hex | 74 | 41 | 5 | 0 | 2C | 60 | 37 | 20 | 5C | 18 |
| Octal | 164 | 101 | 5 | 0 | 54 | 140 | 67 | 40 | 134 | 30 |
| Binary | 1110100 | 1000001 | 101 | 0 | 101100 | 1100000 | 110111 | 100000 | 1011100 | 11000 |
Color Harmonies of #744105
Complementary color
Monochromatic Colors of #744105
Black with #744105
Text Example
Text Example
White with #744105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744105; }
p { color: rgb(116,65,5); }
H1.HeaderClassName
{
color: #744105;
}
.AnyTagClassName
{
color: #744105;
}
</style>
background-color css
<style>
a { background-color: #744105; }
a { background-color: rgb(116,65,5); }
div.DivClassName
{
background-color: #744105;
}
.BgClassName
{
background-color: #744105;
}
</style>
border-color css
<style>
span { border-color: #744105; }
span { border-color: rgb(116,65,5); }
td.TdClassName
{
border-color: #744105;
}
.TagClassName
{
border-color: #744105;
}
</style>