Shades of Raw Umber #745912
Tints of Raw Umber #745912
RGB
CMYK
RGB Variations
Color information
#745912 (or 0x745912) is known color: Raw Umber. HEX triplet: 74, 59 and 12. RGB value is (116,89,18). Sum of RGB (Red+Green+Blue) = 116+89+18=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #745912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745912 is #8BA6ED. Grayscale: #595959. Windows color (decimal): -9152238 or 1202548. OLE color: 1202548.
HSL color Cylindrical-coordinate representation of color #745912: hue angle of 43.47º degrees, saturation: 0.73, 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 #745912 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 89 | 18 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.55 |
| HSL | 43.47º | 0.73% | 0.26% | - |
| HSV(B) | 43.47º | 0.84% | 0.45% | - |
| XYZ | 10.88 | 10.9 | 2.1 | - |
| YUV | 88.98 | 87.95 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 18 | 0 | 0.23 | 0.84 | 0.55 | 43.47 | 0.73 | 0.26 |
| Hex | 74 | 59 | 12 | 0 | 17 | 54 | 37 | 2B | 49 | 1A |
| Octal | 164 | 131 | 22 | 0 | 27 | 124 | 67 | 53 | 111 | 32 |
| Binary | 1110100 | 1011001 | 10010 | 0 | 10111 | 1010100 | 110111 | 101011 | 1001001 | 11010 |
Color Harmonies of #745912
Complementary color
Monochromatic Colors of #745912
Black with #745912
Text Example
Text Example
White with #745912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745912; }
p { color: rgb(116,89,18); }
H1.HeaderClassName
{
color: #745912;
}
.AnyTagClassName
{
color: #745912;
}
</style>
background-color css
<style>
a { background-color: #745912; }
a { background-color: rgb(116,89,18); }
div.DivClassName
{
background-color: #745912;
}
.BgClassName
{
background-color: #745912;
}
</style>
border-color css
<style>
span { border-color: #745912; }
span { border-color: rgb(116,89,18); }
td.TdClassName
{
border-color: #745912;
}
.TagClassName
{
border-color: #745912;
}
</style>