Shades of Raw Umber #745010
Tints of Raw Umber #745010
RGB
CMYK
RGB Variations
Color information
#745010 (or 0x745010) is known color: Raw Umber. HEX triplet: 74, 50 and 10. RGB value is (116,80,16). Sum of RGB (Red+Green+Blue) = 116+80+16=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #745010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745010 is #8BAFEF. Grayscale: #535353. Windows color (decimal): -9154544 or 1069172. OLE color: 1069172.
HSL color Cylindrical-coordinate representation of color #745010: hue angle of 38.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #745010 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 80 | 16 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.55 |
| HSL | 38.4º | 0.76% | 0.26% | - |
| HSV(B) | 38.4º | 0.86% | 0.45% | - |
| XYZ | 10.16 | 9.49 | 1.79 | - |
| YUV | 83.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 16 | 0 | 0.31 | 0.86 | 0.55 | 38.4 | 0.76 | 0.26 |
| Hex | 74 | 50 | 10 | 0 | 1F | 56 | 37 | 26 | 4C | 1A |
| Octal | 164 | 120 | 20 | 0 | 37 | 126 | 67 | 46 | 114 | 32 |
| Binary | 1110100 | 1010000 | 10000 | 0 | 11111 | 1010110 | 110111 | 100110 | 1001100 | 11010 |
Color Harmonies of #745010
Complementary color
Monochromatic Colors of #745010
Black with #745010
Text Example
Text Example
White with #745010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745010; }
p { color: rgb(116,80,16); }
H1.HeaderClassName
{
color: #745010;
}
.AnyTagClassName
{
color: #745010;
}
</style>
background-color css
<style>
a { background-color: #745010; }
a { background-color: rgb(116,80,16); }
div.DivClassName
{
background-color: #745010;
}
.BgClassName
{
background-color: #745010;
}
</style>
border-color css
<style>
span { border-color: #745010; }
span { border-color: rgb(116,80,16); }
td.TdClassName
{
border-color: #745010;
}
.TagClassName
{
border-color: #745010;
}
</style>