Shades of Raw Umber #745F04
Tints of Raw Umber #745F04
RGB
CMYK
RGB Variations
Color information
#745F04 (or 0x745F04) is known color: Raw Umber. HEX triplet: 74, 5F and 04. RGB value is (116,95,4). Sum of RGB (Red+Green+Blue) = 116+95+4=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #745F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745F04 is #8BA0FB. Grayscale: #5B5B5B. Windows color (decimal): -9150716 or 286580. OLE color: 286580.
HSL color Cylindrical-coordinate representation of color #745F04: hue angle of 48.75º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #745F04 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 4 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.55 |
| HSL | 48.75º | 0.93% | 0.24% | - |
| HSV(B) | 48.75º | 0.97% | 0.45% | - |
| XYZ | 11.32 | 11.91 | 1.82 | - |
| YUV | 90.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 4 | 0 | 0.18 | 0.97 | 0.55 | 48.75 | 0.93 | 0.24 |
| Hex | 74 | 5F | 4 | 0 | 12 | 61 | 37 | 31 | 5D | 18 |
| Octal | 164 | 137 | 4 | 0 | 22 | 141 | 67 | 61 | 135 | 30 |
| Binary | 1110100 | 1011111 | 100 | 0 | 10010 | 1100001 | 110111 | 110001 | 1011101 | 11000 |
Color Harmonies of #745F04
Complementary color
Monochromatic Colors of #745F04
Black with #745F04
Text Example
Text Example
White with #745F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F04; }
p { color: rgb(116,95,4); }
H1.HeaderClassName
{
color: #745F04;
}
.AnyTagClassName
{
color: #745F04;
}
</style>
background-color css
<style>
a { background-color: #745F04; }
a { background-color: rgb(116,95,4); }
div.DivClassName
{
background-color: #745F04;
}
.BgClassName
{
background-color: #745F04;
}
</style>
border-color css
<style>
span { border-color: #745F04; }
span { border-color: rgb(116,95,4); }
td.TdClassName
{
border-color: #745F04;
}
.TagClassName
{
border-color: #745F04;
}
</style>