Shades of Raw Umber #745213
Tints of Raw Umber #745213
RGB
CMYK
RGB Variations
Color information
#745213 (or 0x745213) is known color: Raw Umber. HEX triplet: 74, 52 and 13. RGB value is (116,82,19). Sum of RGB (Red+Green+Blue) = 116+82+19=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #745213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745213 is #8BADEC. Grayscale: #555555. Windows color (decimal): -9154029 or 1266292. OLE color: 1266292.
HSL color Cylindrical-coordinate representation of color #745213: hue angle of 38.97º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #745213 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 19 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.55 |
| HSL | 38.97º | 0.72% | 0.26% | - |
| HSV(B) | 38.97º | 0.84% | 0.45% | - |
| XYZ | 10.34 | 9.79 | 1.96 | - |
| YUV | 84.98 | 90.76 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 19 | 0 | 0.29 | 0.84 | 0.55 | 38.97 | 0.72 | 0.26 |
| Hex | 74 | 52 | 13 | 0 | 1D | 54 | 37 | 27 | 48 | 1A |
| Octal | 164 | 122 | 23 | 0 | 35 | 124 | 67 | 47 | 110 | 32 |
| Binary | 1110100 | 1010010 | 10011 | 0 | 11101 | 1010100 | 110111 | 100111 | 1001000 | 11010 |
Color Harmonies of #745213
Complementary color
Monochromatic Colors of #745213
Black with #745213
Text Example
Text Example
White with #745213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745213; }
p { color: rgb(116,82,19); }
H1.HeaderClassName
{
color: #745213;
}
.AnyTagClassName
{
color: #745213;
}
</style>
background-color css
<style>
a { background-color: #745213; }
a { background-color: rgb(116,82,19); }
div.DivClassName
{
background-color: #745213;
}
.BgClassName
{
background-color: #745213;
}
</style>
border-color css
<style>
span { border-color: #745213; }
span { border-color: rgb(116,82,19); }
td.TdClassName
{
border-color: #745213;
}
.TagClassName
{
border-color: #745213;
}
</style>