Shades of Raw Umber #754900
Tints of Raw Umber #754900
RGB
CMYK
RGB Variations
Color information
#754900 (or 0x754900) is known color: Raw Umber. HEX triplet: 75, 49 and 00. RGB value is (117,73,0). Sum of RGB (Red+Green+Blue) = 117+73+0=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #754900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754900 is #8AB6FF. Grayscale: #4E4E4E. Windows color (decimal): -9090816 or 18805. OLE color: 18805.
HSL color Cylindrical-coordinate representation of color #754900: hue angle of 37.44º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #754900 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 73 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.54 |
| HSL | 37.44º | 1% | 0.23% | - |
| HSV(B) | 37.44º | 1% | 0.46% | - |
| XYZ | 9.72 | 8.55 | 1.14 | - |
| YUV | 77.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 73 | 0 | 0 | 0.38 | 1 | 0.54 | 37.44 | 1 | 0.23 |
| Hex | 75 | 49 | 0 | 0 | 26 | 64 | 36 | 25 | 64 | 17 |
| Octal | 165 | 111 | 0 | 0 | 46 | 144 | 66 | 45 | 144 | 27 |
| Binary | 1110101 | 1001001 | 0 | 0 | 100110 | 1100100 | 110110 | 100101 | 1100100 | 10111 |
Color Harmonies of #754900
Complementary color
Monochromatic Colors of #754900
Black with #754900
Text Example
Text Example
White with #754900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754900; }
p { color: rgb(117,73,0); }
H1.HeaderClassName
{
color: #754900;
}
.AnyTagClassName
{
color: #754900;
}
</style>
background-color css
<style>
a { background-color: #754900; }
a { background-color: rgb(117,73,0); }
div.DivClassName
{
background-color: #754900;
}
.BgClassName
{
background-color: #754900;
}
</style>
border-color css
<style>
span { border-color: #754900; }
span { border-color: rgb(117,73,0); }
td.TdClassName
{
border-color: #754900;
}
.TagClassName
{
border-color: #754900;
}
</style>