Shades of Raw Umber #754F1E
Tints of Raw Umber #754F1E
RGB
CMYK
RGB Variations
Color information
#754F1E (or 0x754F1E) is known color: Raw Umber. HEX triplet: 75, 4F and 1E. RGB value is (117,79,30). Sum of RGB (Red+Green+Blue) = 117+79+30=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #754F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F1E is #8AB0E1. Grayscale: #555555. Windows color (decimal): -9089250 or 1986421. OLE color: 1986421.
HSL color Cylindrical-coordinate representation of color #754F1E: hue angle of 33.79º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #754F1E is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 79 | 30 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.54 |
| HSL | 33.79º | 0.59% | 0.29% | - |
| HSV(B) | 33.79º | 0.74% | 0.46% | - |
| XYZ | 10.37 | 9.47 | 2.51 | - |
| YUV | 84.78 | 97.09 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 30 | 0 | 0.32 | 0.74 | 0.54 | 33.79 | 0.59 | 0.29 |
| Hex | 75 | 4F | 1E | 0 | 20 | 4A | 36 | 22 | 3B | 1D |
| Octal | 165 | 117 | 36 | 0 | 40 | 112 | 66 | 42 | 73 | 35 |
| Binary | 1110101 | 1001111 | 11110 | 0 | 100000 | 1001010 | 110110 | 100010 | 111011 | 11101 |
Color Harmonies of #754F1E
Complementary color
Monochromatic Colors of #754F1E
Black with #754F1E
Text Example
Text Example
White with #754F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F1E; }
p { color: rgb(117,79,30); }
H1.HeaderClassName
{
color: #754F1E;
}
.AnyTagClassName
{
color: #754F1E;
}
</style>
background-color css
<style>
a { background-color: #754F1E; }
a { background-color: rgb(117,79,30); }
div.DivClassName
{
background-color: #754F1E;
}
.BgClassName
{
background-color: #754F1E;
}
</style>
border-color css
<style>
span { border-color: #754F1E; }
span { border-color: rgb(117,79,30); }
td.TdClassName
{
border-color: #754F1E;
}
.TagClassName
{
border-color: #754F1E;
}
</style>