Shades of Raw Umber #75501D
Tints of Raw Umber #75501D
RGB
CMYK
RGB Variations
Color information
#75501D (or 0x75501D) is known color: Raw Umber. HEX triplet: 75, 50 and 1D. RGB value is (117,80,29). Sum of RGB (Red+Green+Blue) = 117+80+29=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #75501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75501D is #8AAFE2. Grayscale: #555555. Windows color (decimal): -9088995 or 1921141. OLE color: 1921141.
HSL color Cylindrical-coordinate representation of color #75501D: hue angle of 34.77º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75501D is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 80 | 29 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.54 |
| HSL | 34.77º | 0.6% | 0.29% | - |
| HSV(B) | 34.77º | 0.75% | 0.46% | - |
| XYZ | 10.43 | 9.61 | 2.47 | - |
| YUV | 85.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 29 | 0 | 0.32 | 0.75 | 0.54 | 34.77 | 0.6 | 0.29 |
| Hex | 75 | 50 | 1D | 0 | 20 | 4B | 36 | 23 | 3C | 1D |
| Octal | 165 | 120 | 35 | 0 | 40 | 113 | 66 | 43 | 74 | 35 |
| Binary | 1110101 | 1010000 | 11101 | 0 | 100000 | 1001011 | 110110 | 100011 | 111100 | 11101 |
Color Harmonies of #75501D
Complementary color
Monochromatic Colors of #75501D
Black with #75501D
Text Example
Text Example
White with #75501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75501D; }
p { color: rgb(117,80,29); }
H1.HeaderClassName
{
color: #75501D;
}
.AnyTagClassName
{
color: #75501D;
}
</style>
background-color css
<style>
a { background-color: #75501D; }
a { background-color: rgb(117,80,29); }
div.DivClassName
{
background-color: #75501D;
}
.BgClassName
{
background-color: #75501D;
}
</style>
border-color css
<style>
span { border-color: #75501D; }
span { border-color: rgb(117,80,29); }
td.TdClassName
{
border-color: #75501D;
}
.TagClassName
{
border-color: #75501D;
}
</style>