Shades of Raw Umber #754F19
Tints of Raw Umber #754F19
RGB
CMYK
RGB Variations
Color information
#754F19 (or 0x754F19) is known color: Raw Umber. HEX triplet: 75, 4F and 19. RGB value is (117,79,25). Sum of RGB (Red+Green+Blue) = 117+79+25=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #754F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754F19 is #8AB0E6. Grayscale: #545454. Windows color (decimal): -9089255 or 1658741. OLE color: 1658741.
HSL color Cylindrical-coordinate representation of color #754F19: hue angle of 35.22º 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 #754F19 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 25 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.54 |
| HSL | 35.22º | 0.65% | 0.28% | - |
| HSV(B) | 35.22º | 0.79% | 0.46% | - |
| XYZ | 10.31 | 9.44 | 2.2 | - |
| YUV | 84.21 | 94.59 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 25 | 0 | 0.32 | 0.79 | 0.54 | 35.22 | 0.65 | 0.28 |
| Hex | 75 | 4F | 19 | 0 | 20 | 4F | 36 | 23 | 41 | 1C |
| Octal | 165 | 117 | 31 | 0 | 40 | 117 | 66 | 43 | 101 | 34 |
| Binary | 1110101 | 1001111 | 11001 | 0 | 100000 | 1001111 | 110110 | 100011 | 1000001 | 11100 |
Color Harmonies of #754F19
Complementary color
Monochromatic Colors of #754F19
Black with #754F19
Text Example
Text Example
White with #754F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F19; }
p { color: rgb(117,79,25); }
H1.HeaderClassName
{
color: #754F19;
}
.AnyTagClassName
{
color: #754F19;
}
</style>
background-color css
<style>
a { background-color: #754F19; }
a { background-color: rgb(117,79,25); }
div.DivClassName
{
background-color: #754F19;
}
.BgClassName
{
background-color: #754F19;
}
</style>
border-color css
<style>
span { border-color: #754F19; }
span { border-color: rgb(117,79,25); }
td.TdClassName
{
border-color: #754F19;
}
.TagClassName
{
border-color: #754F19;
}
</style>