Shades of Raw Umber #754D18
Tints of Raw Umber #754D18
RGB
CMYK
RGB Variations
Color information
#754D18 (or 0x754D18) is known color: Raw Umber. HEX triplet: 75, 4D and 18. RGB value is (117,77,24). Sum of RGB (Red+Green+Blue) = 117+77+24=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #754D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754D18 is #8AB2E7. Grayscale: #535353. Windows color (decimal): -9089768 or 1592693. OLE color: 1592693.
HSL color Cylindrical-coordinate representation of color #754D18: hue angle of 34.19º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #754D18 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 77 | 24 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.54 |
| HSL | 34.19º | 0.66% | 0.28% | - |
| HSV(B) | 34.19º | 0.79% | 0.46% | - |
| XYZ | 10.15 | 9.16 | 2.1 | - |
| YUV | 82.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 24 | 0 | 0.34 | 0.79 | 0.54 | 34.19 | 0.66 | 0.28 |
| Hex | 75 | 4D | 18 | 0 | 22 | 4F | 36 | 22 | 42 | 1C |
| Octal | 165 | 115 | 30 | 0 | 42 | 117 | 66 | 42 | 102 | 34 |
| Binary | 1110101 | 1001101 | 11000 | 0 | 100010 | 1001111 | 110110 | 100010 | 1000010 | 11100 |
Color Harmonies of #754D18
Complementary color
Monochromatic Colors of #754D18
Black with #754D18
Text Example
Text Example
White with #754D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754D18; }
p { color: rgb(117,77,24); }
H1.HeaderClassName
{
color: #754D18;
}
.AnyTagClassName
{
color: #754D18;
}
</style>
background-color css
<style>
a { background-color: #754D18; }
a { background-color: rgb(117,77,24); }
div.DivClassName
{
background-color: #754D18;
}
.BgClassName
{
background-color: #754D18;
}
</style>
border-color css
<style>
span { border-color: #754D18; }
span { border-color: rgb(117,77,24); }
td.TdClassName
{
border-color: #754D18;
}
.TagClassName
{
border-color: #754D18;
}
</style>