Shades of Raw Umber #754E08
Tints of Raw Umber #754E08
RGB
CMYK
RGB Variations
Color information
#754E08 (or 0x754E08) is known color: Raw Umber. HEX triplet: 75, 4E and 08. RGB value is (117,78,8). Sum of RGB (Red+Green+Blue) = 117+78+8=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #754E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754E08 is #8AB1F7. Grayscale: #525252. Windows color (decimal): -9089528 or 544373. OLE color: 544373.
HSL color Cylindrical-coordinate representation of color #754E08: hue angle of 38.53º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #754E08 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 78 | 8 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.54 |
| HSL | 38.53º | 0.87% | 0.25% | - |
| HSV(B) | 38.53º | 0.93% | 0.46% | - |
| XYZ | 10.1 | 9.25 | 1.48 | - |
| YUV | 81.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 78 | 8 | 0 | 0.33 | 0.93 | 0.54 | 38.53 | 0.87 | 0.25 |
| Hex | 75 | 4E | 8 | 0 | 21 | 5D | 36 | 27 | 57 | 19 |
| Octal | 165 | 116 | 10 | 0 | 41 | 135 | 66 | 47 | 127 | 31 |
| Binary | 1110101 | 1001110 | 1000 | 0 | 100001 | 1011101 | 110110 | 100111 | 1010111 | 11001 |
Color Harmonies of #754E08
Complementary color
Monochromatic Colors of #754E08
Black with #754E08
Text Example
Text Example
White with #754E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754E08; }
p { color: rgb(117,78,8); }
H1.HeaderClassName
{
color: #754E08;
}
.AnyTagClassName
{
color: #754E08;
}
</style>
background-color css
<style>
a { background-color: #754E08; }
a { background-color: rgb(117,78,8); }
div.DivClassName
{
background-color: #754E08;
}
.BgClassName
{
background-color: #754E08;
}
</style>
border-color css
<style>
span { border-color: #754E08; }
span { border-color: rgb(117,78,8); }
td.TdClassName
{
border-color: #754E08;
}
.TagClassName
{
border-color: #754E08;
}
</style>