Shades of Raw Umber #755A04
Tints of Raw Umber #755A04
RGB
CMYK
RGB Variations
Color information
#755A04 (or 0x755A04) is known color: Raw Umber. HEX triplet: 75, 5A and 04. RGB value is (117,90,4). Sum of RGB (Red+Green+Blue) = 117+90+4=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #755A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755A04 is #8AA5FB. Grayscale: #585858. Windows color (decimal): -9086460 or 285301. OLE color: 285301.
HSL color Cylindrical-coordinate representation of color #755A04: hue angle of 45.66º 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 #755A04 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 4 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.54 |
| HSL | 45.66º | 0.93% | 0.24% | - |
| HSV(B) | 45.66º | 0.97% | 0.46% | - |
| XYZ | 11.01 | 11.1 | 1.68 | - |
| YUV | 88.27 | 80.45 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 4 | 0 | 0.23 | 0.97 | 0.54 | 45.66 | 0.93 | 0.24 |
| Hex | 75 | 5A | 4 | 0 | 17 | 61 | 36 | 2E | 5D | 18 |
| Octal | 165 | 132 | 4 | 0 | 27 | 141 | 66 | 56 | 135 | 30 |
| Binary | 1110101 | 1011010 | 100 | 0 | 10111 | 1100001 | 110110 | 101110 | 1011101 | 11000 |
Color Harmonies of #755A04
Complementary color
Monochromatic Colors of #755A04
Black with #755A04
Text Example
Text Example
White with #755A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A04; }
p { color: rgb(117,90,4); }
H1.HeaderClassName
{
color: #755A04;
}
.AnyTagClassName
{
color: #755A04;
}
</style>
background-color css
<style>
a { background-color: #755A04; }
a { background-color: rgb(117,90,4); }
div.DivClassName
{
background-color: #755A04;
}
.BgClassName
{
background-color: #755A04;
}
</style>
border-color css
<style>
span { border-color: #755A04; }
span { border-color: rgb(117,90,4); }
td.TdClassName
{
border-color: #755A04;
}
.TagClassName
{
border-color: #755A04;
}
</style>