Shades of Raw Umber #745C09
Tints of Raw Umber #745C09
RGB
CMYK
RGB Variations
Color information
#745C09 (or 0x745C09) is known color: Raw Umber. HEX triplet: 74, 5C and 09. RGB value is (116,92,9). Sum of RGB (Red+Green+Blue) = 116+92+9=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #745C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745C09 is #8BA3F6. Grayscale: #5A5A5A. Windows color (decimal): -9151479 or 613492. OLE color: 613492.
HSL color Cylindrical-coordinate representation of color #745C09: hue angle of 46.54º 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 #745C09 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 9 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.55 |
| HSL | 46.54º | 0.86% | 0.25% | - |
| HSV(B) | 46.54º | 0.92% | 0.45% | - |
| XYZ | 11.08 | 11.39 | 1.87 | - |
| YUV | 89.71 | 82.45 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 9 | 0 | 0.21 | 0.92 | 0.55 | 46.54 | 0.86 | 0.25 |
| Hex | 74 | 5C | 9 | 0 | 15 | 5C | 37 | 2F | 56 | 19 |
| Octal | 164 | 134 | 11 | 0 | 25 | 134 | 67 | 57 | 126 | 31 |
| Binary | 1110100 | 1011100 | 1001 | 0 | 10101 | 1011100 | 110111 | 101111 | 1010110 | 11001 |
Color Harmonies of #745C09
Complementary color
Monochromatic Colors of #745C09
Black with #745C09
Text Example
Text Example
White with #745C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C09; }
p { color: rgb(116,92,9); }
H1.HeaderClassName
{
color: #745C09;
}
.AnyTagClassName
{
color: #745C09;
}
</style>
background-color css
<style>
a { background-color: #745C09; }
a { background-color: rgb(116,92,9); }
div.DivClassName
{
background-color: #745C09;
}
.BgClassName
{
background-color: #745C09;
}
</style>
border-color css
<style>
span { border-color: #745C09; }
span { border-color: rgb(116,92,9); }
td.TdClassName
{
border-color: #745C09;
}
.TagClassName
{
border-color: #745C09;
}
</style>