Shades of Raw Umber #745210
Tints of Raw Umber #745210
RGB
CMYK
RGB Variations
Color information
#745210 (or 0x745210) is known color: Raw Umber. HEX triplet: 74, 52 and 10. RGB value is (116,82,16). Sum of RGB (Red+Green+Blue) = 116+82+16=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #745210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745210 is #8BADEF. Grayscale: #545454. Windows color (decimal): -9154032 or 1069684. OLE color: 1069684.
HSL color Cylindrical-coordinate representation of color #745210: hue angle of 39.6º 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 #745210 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 16 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.55 |
| HSL | 39.6º | 0.76% | 0.26% | - |
| HSV(B) | 39.6º | 0.86% | 0.45% | - |
| XYZ | 10.31 | 9.79 | 1.84 | - |
| YUV | 84.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 16 | 0 | 0.29 | 0.86 | 0.55 | 39.6 | 0.76 | 0.26 |
| Hex | 74 | 52 | 10 | 0 | 1D | 56 | 37 | 28 | 4C | 1A |
| Octal | 164 | 122 | 20 | 0 | 35 | 126 | 67 | 50 | 114 | 32 |
| Binary | 1110100 | 1010010 | 10000 | 0 | 11101 | 1010110 | 110111 | 101000 | 1001100 | 11010 |
Color Harmonies of #745210
Complementary color
Monochromatic Colors of #745210
Black with #745210
Text Example
Text Example
White with #745210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745210; }
p { color: rgb(116,82,16); }
H1.HeaderClassName
{
color: #745210;
}
.AnyTagClassName
{
color: #745210;
}
</style>
background-color css
<style>
a { background-color: #745210; }
a { background-color: rgb(116,82,16); }
div.DivClassName
{
background-color: #745210;
}
.BgClassName
{
background-color: #745210;
}
</style>
border-color css
<style>
span { border-color: #745210; }
span { border-color: rgb(116,82,16); }
td.TdClassName
{
border-color: #745210;
}
.TagClassName
{
border-color: #745210;
}
</style>