Shades of Raw Umber #754C04
Tints of Raw Umber #754C04
RGB
CMYK
RGB Variations
Color information
#754C04 (or 0x754C04) is known color: Raw Umber. HEX triplet: 75, 4C and 04. RGB value is (117,76,4). Sum of RGB (Red+Green+Blue) = 117+76+4=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #754C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754C04 is #8AB3FB. Grayscale: #505050. Windows color (decimal): -9090044 or 281717. OLE color: 281717.
HSL color Cylindrical-coordinate representation of color #754C04: hue angle of 38.23º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #754C04 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 76 | 4 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.54 |
| HSL | 38.23º | 0.93% | 0.24% | - |
| HSV(B) | 38.23º | 0.97% | 0.46% | - |
| XYZ | 9.94 | 8.96 | 1.32 | - |
| YUV | 80.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 4 | 0 | 0.35 | 0.97 | 0.54 | 38.23 | 0.93 | 0.24 |
| Hex | 75 | 4C | 4 | 0 | 23 | 61 | 36 | 26 | 5D | 18 |
| Octal | 165 | 114 | 4 | 0 | 43 | 141 | 66 | 46 | 135 | 30 |
| Binary | 1110101 | 1001100 | 100 | 0 | 100011 | 1100001 | 110110 | 100110 | 1011101 | 11000 |
Color Harmonies of #754C04
Complementary color
Monochromatic Colors of #754C04
Black with #754C04
Text Example
Text Example
White with #754C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C04; }
p { color: rgb(117,76,4); }
H1.HeaderClassName
{
color: #754C04;
}
.AnyTagClassName
{
color: #754C04;
}
</style>
background-color css
<style>
a { background-color: #754C04; }
a { background-color: rgb(117,76,4); }
div.DivClassName
{
background-color: #754C04;
}
.BgClassName
{
background-color: #754C04;
}
</style>
border-color css
<style>
span { border-color: #754C04; }
span { border-color: rgb(117,76,4); }
td.TdClassName
{
border-color: #754C04;
}
.TagClassName
{
border-color: #754C04;
}
</style>