Shades of Raw Umber #75501E
Tints of Raw Umber #75501E
RGB
CMYK
RGB Variations
Color information
#75501E (or 0x75501E) is known color: Raw Umber. HEX triplet: 75, 50 and 1E. RGB value is (117,80,30). Sum of RGB (Red+Green+Blue) = 117+80+30=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75501E is #8AAFE1. Grayscale: #555555. Windows color (decimal): -9088994 or 1986677. OLE color: 1986677.
HSL color Cylindrical-coordinate representation of color #75501E: hue angle of 34.48º 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 #75501E is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 80 | 30 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.54 |
| HSL | 34.48º | 0.59% | 0.29% | - |
| HSV(B) | 34.48º | 0.74% | 0.46% | - |
| XYZ | 10.44 | 9.61 | 2.53 | - |
| YUV | 85.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 30 | 0 | 0.32 | 0.74 | 0.54 | 34.48 | 0.59 | 0.29 |
| Hex | 75 | 50 | 1E | 0 | 20 | 4A | 36 | 22 | 3B | 1D |
| Octal | 165 | 120 | 36 | 0 | 40 | 112 | 66 | 42 | 73 | 35 |
| Binary | 1110101 | 1010000 | 11110 | 0 | 100000 | 1001010 | 110110 | 100010 | 111011 | 11101 |
Color Harmonies of #75501E
Complementary color
Monochromatic Colors of #75501E
Black with #75501E
Text Example
Text Example
White with #75501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75501E; }
p { color: rgb(117,80,30); }
H1.HeaderClassName
{
color: #75501E;
}
.AnyTagClassName
{
color: #75501E;
}
</style>
background-color css
<style>
a { background-color: #75501E; }
a { background-color: rgb(117,80,30); }
div.DivClassName
{
background-color: #75501E;
}
.BgClassName
{
background-color: #75501E;
}
</style>
border-color css
<style>
span { border-color: #75501E; }
span { border-color: rgb(117,80,30); }
td.TdClassName
{
border-color: #75501E;
}
.TagClassName
{
border-color: #75501E;
}
</style>