Shades of Raw Umber #744C09
Tints of Raw Umber #744C09
RGB
CMYK
RGB Variations
Color information
#744C09 (or 0x744C09) is known color: Raw Umber. HEX triplet: 74, 4C and 09. RGB value is (116,76,9). Sum of RGB (Red+Green+Blue) = 116+76+9=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #744C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744C09 is #8BB3F6. Grayscale: #505050. Windows color (decimal): -9155575 or 609396. OLE color: 609396.
HSL color Cylindrical-coordinate representation of color #744C09: hue angle of 37.57º 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 #744C09 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 76 | 9 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.55 |
| HSL | 37.57º | 0.86% | 0.25% | - |
| HSV(B) | 37.57º | 0.92% | 0.45% | - |
| XYZ | 9.84 | 8.9 | 1.46 | - |
| YUV | 80.32 | 87.75 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 9 | 0 | 0.34 | 0.92 | 0.55 | 37.57 | 0.86 | 0.25 |
| Hex | 74 | 4C | 9 | 0 | 22 | 5C | 37 | 26 | 56 | 19 |
| Octal | 164 | 114 | 11 | 0 | 42 | 134 | 67 | 46 | 126 | 31 |
| Binary | 1110100 | 1001100 | 1001 | 0 | 100010 | 1011100 | 110111 | 100110 | 1010110 | 11001 |
Color Harmonies of #744C09
Complementary color
Monochromatic Colors of #744C09
Black with #744C09
Text Example
Text Example
White with #744C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C09; }
p { color: rgb(116,76,9); }
H1.HeaderClassName
{
color: #744C09;
}
.AnyTagClassName
{
color: #744C09;
}
</style>
background-color css
<style>
a { background-color: #744C09; }
a { background-color: rgb(116,76,9); }
div.DivClassName
{
background-color: #744C09;
}
.BgClassName
{
background-color: #744C09;
}
</style>
border-color css
<style>
span { border-color: #744C09; }
span { border-color: rgb(116,76,9); }
td.TdClassName
{
border-color: #744C09;
}
.TagClassName
{
border-color: #744C09;
}
</style>