Shades of Raw Umber #754D0A
Tints of Raw Umber #754D0A
RGB
CMYK
RGB Variations
Color information
#754D0A (or 0x754D0A) is known color: Raw Umber. HEX triplet: 75, 4D and 0A. RGB value is (117,77,10). Sum of RGB (Red+Green+Blue) = 117+77+10=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #754D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754D0A is #8AB2F5. Grayscale: #515151. Windows color (decimal): -9089782 or 675189. OLE color: 675189.
HSL color Cylindrical-coordinate representation of color #754D0A: hue angle of 37.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #754D0A is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 10 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.54 |
| HSL | 37.57º | 0.84% | 0.25% | - |
| HSV(B) | 37.57º | 0.91% | 0.46% | - |
| XYZ | 10.04 | 9.11 | 1.52 | - |
| YUV | 81.32 | 87.75 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 10 | 0 | 0.34 | 0.91 | 0.54 | 37.57 | 0.84 | 0.25 |
| Hex | 75 | 4D | A | 0 | 22 | 5B | 36 | 26 | 54 | 19 |
| Octal | 165 | 115 | 12 | 0 | 42 | 133 | 66 | 46 | 124 | 31 |
| Binary | 1110101 | 1001101 | 1010 | 0 | 100010 | 1011011 | 110110 | 100110 | 1010100 | 11001 |
Color Harmonies of #754D0A
Complementary color
Monochromatic Colors of #754D0A
Black with #754D0A
Text Example
Text Example
White with #754D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D0A; }
p { color: rgb(117,77,10); }
H1.HeaderClassName
{
color: #754D0A;
}
.AnyTagClassName
{
color: #754D0A;
}
</style>
background-color css
<style>
a { background-color: #754D0A; }
a { background-color: rgb(117,77,10); }
div.DivClassName
{
background-color: #754D0A;
}
.BgClassName
{
background-color: #754D0A;
}
</style>
border-color css
<style>
span { border-color: #754D0A; }
span { border-color: rgb(117,77,10); }
td.TdClassName
{
border-color: #754D0A;
}
.TagClassName
{
border-color: #754D0A;
}
</style>