Shades of Raw Umber #745909
Tints of Raw Umber #745909
RGB
CMYK
RGB Variations
Color information
#745909 (or 0x745909) is known color: Raw Umber. HEX triplet: 74, 59 and 09. RGB value is (116,89,9). Sum of RGB (Red+Green+Blue) = 116+89+9=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #745909 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745909 is #8BA6F6. Grayscale: #585858. Windows color (decimal): -9152247 or 612724. OLE color: 612724.
HSL color Cylindrical-coordinate representation of color #745909: hue angle of 44.86º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #745909 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 89 | 9 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.55 |
| HSL | 44.86º | 0.86% | 0.25% | - |
| HSV(B) | 44.86º | 0.92% | 0.45% | - |
| XYZ | 10.82 | 10.88 | 1.79 | - |
| YUV | 87.95 | 83.45 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 9 | 0 | 0.23 | 0.92 | 0.55 | 44.86 | 0.86 | 0.25 |
| Hex | 74 | 59 | 9 | 0 | 17 | 5C | 37 | 2D | 56 | 19 |
| Octal | 164 | 131 | 11 | 0 | 27 | 134 | 67 | 55 | 126 | 31 |
| Binary | 1110100 | 1011001 | 1001 | 0 | 10111 | 1011100 | 110111 | 101101 | 1010110 | 11001 |
Color Harmonies of #745909
Complementary color
Monochromatic Colors of #745909
Black with #745909
Text Example
Text Example
White with #745909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745909; }
p { color: rgb(116,89,9); }
H1.HeaderClassName
{
color: #745909;
}
.AnyTagClassName
{
color: #745909;
}
</style>
background-color css
<style>
a { background-color: #745909; }
a { background-color: rgb(116,89,9); }
div.DivClassName
{
background-color: #745909;
}
.BgClassName
{
background-color: #745909;
}
</style>
border-color css
<style>
span { border-color: #745909; }
span { border-color: rgb(116,89,9); }
td.TdClassName
{
border-color: #745909;
}
.TagClassName
{
border-color: #745909;
}
</style>