Shades of Raw Umber #754C19
Tints of Raw Umber #754C19
RGB
CMYK
RGB Variations
Color information
#754C19 (or 0x754C19) is known color: Raw Umber. HEX triplet: 75, 4C and 19. RGB value is (117,76,25). Sum of RGB (Red+Green+Blue) = 117+76+25=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #754C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754C19 is #8AB3E6. Grayscale: #525252. Windows color (decimal): -9090023 or 1657973. OLE color: 1657973.
HSL color Cylindrical-coordinate representation of color #754C19: hue angle of 33.26º 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 #754C19 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 76 | 25 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.54 |
| HSL | 33.26º | 0.65% | 0.28% | - |
| HSV(B) | 33.26º | 0.79% | 0.46% | - |
| XYZ | 10.1 | 9.02 | 2.13 | - |
| YUV | 82.45 | 95.58 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 76 | 25 | 0 | 0.35 | 0.79 | 0.54 | 33.26 | 0.65 | 0.28 |
| Hex | 75 | 4C | 19 | 0 | 23 | 4F | 36 | 21 | 41 | 1C |
| Octal | 165 | 114 | 31 | 0 | 43 | 117 | 66 | 41 | 101 | 34 |
| Binary | 1110101 | 1001100 | 11001 | 0 | 100011 | 1001111 | 110110 | 100001 | 1000001 | 11100 |
Color Harmonies of #754C19
Complementary color
Monochromatic Colors of #754C19
Black with #754C19
Text Example
Text Example
White with #754C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754C19; }
p { color: rgb(117,76,25); }
H1.HeaderClassName
{
color: #754C19;
}
.AnyTagClassName
{
color: #754C19;
}
</style>
background-color css
<style>
a { background-color: #754C19; }
a { background-color: rgb(117,76,25); }
div.DivClassName
{
background-color: #754C19;
}
.BgClassName
{
background-color: #754C19;
}
</style>
border-color css
<style>
span { border-color: #754C19; }
span { border-color: rgb(117,76,25); }
td.TdClassName
{
border-color: #754C19;
}
.TagClassName
{
border-color: #754C19;
}
</style>