Shades of Raw Umber #755119
Tints of Raw Umber #755119
RGB
CMYK
RGB Variations
Color information
#755119 (or 0x755119) is known color: Raw Umber. HEX triplet: 75, 51 and 19. RGB value is (117,81,25). Sum of RGB (Red+Green+Blue) = 117+81+25=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #755119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755119 is #8AAEE6. Grayscale: #555555. Windows color (decimal): -9088743 or 1659253. OLE color: 1659253.
HSL color Cylindrical-coordinate representation of color #755119: hue angle of 36.52º degrees, saturation: 0.65, 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 #755119 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 25 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.54 |
| HSL | 36.52º | 0.65% | 0.28% | - |
| HSV(B) | 36.52º | 0.79% | 0.46% | - |
| XYZ | 10.45 | 9.74 | 2.25 | - |
| YUV | 85.38 | 93.93 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 25 | 0 | 0.31 | 0.79 | 0.54 | 36.52 | 0.65 | 0.28 |
| Hex | 75 | 51 | 19 | 0 | 1F | 4F | 36 | 25 | 41 | 1C |
| Octal | 165 | 121 | 31 | 0 | 37 | 117 | 66 | 45 | 101 | 34 |
| Binary | 1110101 | 1010001 | 11001 | 0 | 11111 | 1001111 | 110110 | 100101 | 1000001 | 11100 |
Color Harmonies of #755119
Complementary color
Monochromatic Colors of #755119
Black with #755119
Text Example
Text Example
White with #755119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755119; }
p { color: rgb(117,81,25); }
H1.HeaderClassName
{
color: #755119;
}
.AnyTagClassName
{
color: #755119;
}
</style>
background-color css
<style>
a { background-color: #755119; }
a { background-color: rgb(117,81,25); }
div.DivClassName
{
background-color: #755119;
}
.BgClassName
{
background-color: #755119;
}
</style>
border-color css
<style>
span { border-color: #755119; }
span { border-color: rgb(117,81,25); }
td.TdClassName
{
border-color: #755119;
}
.TagClassName
{
border-color: #755119;
}
</style>