Shades of Raw Umber #754E04
Tints of Raw Umber #754E04
RGB
CMYK
RGB Variations
Color information
#754E04 (or 0x754E04) is known color: Raw Umber. HEX triplet: 75, 4E and 04. RGB value is (117,78,4). Sum of RGB (Red+Green+Blue) = 117+78+4=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #754E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754E04 is #8AB1FB. Grayscale: #515151. Windows color (decimal): -9089532 or 282229. OLE color: 282229.
HSL color Cylindrical-coordinate representation of color #754E04: hue angle of 39.29º 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 #754E04 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 4 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.54 |
| HSL | 39.29º | 0.93% | 0.24% | - |
| HSV(B) | 39.29º | 0.97% | 0.46% | - |
| XYZ | 10.08 | 9.24 | 1.37 | - |
| YUV | 81.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 4 | 0 | 0.33 | 0.97 | 0.54 | 39.29 | 0.93 | 0.24 |
| Hex | 75 | 4E | 4 | 0 | 21 | 61 | 36 | 27 | 5D | 18 |
| Octal | 165 | 116 | 4 | 0 | 41 | 141 | 66 | 47 | 135 | 30 |
| Binary | 1110101 | 1001110 | 100 | 0 | 100001 | 1100001 | 110110 | 100111 | 1011101 | 11000 |
Color Harmonies of #754E04
Complementary color
Monochromatic Colors of #754E04
Black with #754E04
Text Example
Text Example
White with #754E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E04; }
p { color: rgb(117,78,4); }
H1.HeaderClassName
{
color: #754E04;
}
.AnyTagClassName
{
color: #754E04;
}
</style>
background-color css
<style>
a { background-color: #754E04; }
a { background-color: rgb(117,78,4); }
div.DivClassName
{
background-color: #754E04;
}
.BgClassName
{
background-color: #754E04;
}
</style>
border-color css
<style>
span { border-color: #754E04; }
span { border-color: rgb(117,78,4); }
td.TdClassName
{
border-color: #754E04;
}
.TagClassName
{
border-color: #754E04;
}
</style>