Shades of Raw Umber #754E05
Tints of Raw Umber #754E05
RGB
CMYK
RGB Variations
Color information
#754E05 (or 0x754E05) is known color: Raw Umber. HEX triplet: 75, 4E and 05. RGB value is (117,78,5). Sum of RGB (Red+Green+Blue) = 117+78+5=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #754E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754E05 is #8AB1FA. Grayscale: #515151. Windows color (decimal): -9089531 or 347765. OLE color: 347765.
HSL color Cylindrical-coordinate representation of color #754E05: hue angle of 39.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #754E05 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 5 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.54 |
| HSL | 39.11º | 0.92% | 0.24% | - |
| HSV(B) | 39.11º | 0.96% | 0.46% | - |
| XYZ | 10.09 | 9.24 | 1.4 | - |
| YUV | 81.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 5 | 0 | 0.33 | 0.96 | 0.54 | 39.11 | 0.92 | 0.24 |
| Hex | 75 | 4E | 5 | 0 | 21 | 60 | 36 | 27 | 5C | 18 |
| Octal | 165 | 116 | 5 | 0 | 41 | 140 | 66 | 47 | 134 | 30 |
| Binary | 1110101 | 1001110 | 101 | 0 | 100001 | 1100000 | 110110 | 100111 | 1011100 | 11000 |
Color Harmonies of #754E05
Complementary color
Monochromatic Colors of #754E05
Black with #754E05
Text Example
Text Example
White with #754E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E05; }
p { color: rgb(117,78,5); }
H1.HeaderClassName
{
color: #754E05;
}
.AnyTagClassName
{
color: #754E05;
}
</style>
background-color css
<style>
a { background-color: #754E05; }
a { background-color: rgb(117,78,5); }
div.DivClassName
{
background-color: #754E05;
}
.BgClassName
{
background-color: #754E05;
}
</style>
border-color css
<style>
span { border-color: #754E05; }
span { border-color: rgb(117,78,5); }
td.TdClassName
{
border-color: #754E05;
}
.TagClassName
{
border-color: #754E05;
}
</style>