Shades of Raw Umber #75551D
Tints of Raw Umber #75551D
RGB
CMYK
RGB Variations
Color information
#75551D (or 0x75551D) is known color: Raw Umber. HEX triplet: 75, 55 and 1D. RGB value is (117,85,29). Sum of RGB (Red+Green+Blue) = 117+85+29=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75551D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75551D is #8AAAE2. Grayscale: #585858. Windows color (decimal): -9087715 or 1922421. OLE color: 1922421.
HSL color Cylindrical-coordinate representation of color #75551D: hue angle of 38.18º 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 #75551D is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 85 | 29 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.54 |
| HSL | 38.18º | 0.6% | 0.29% | - |
| HSV(B) | 38.18º | 0.75% | 0.46% | - |
| XYZ | 10.81 | 10.37 | 2.59 | - |
| YUV | 88.18 | 94.6 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 29 | 0 | 0.27 | 0.75 | 0.54 | 38.18 | 0.6 | 0.29 |
| Hex | 75 | 55 | 1D | 0 | 1B | 4B | 36 | 26 | 3C | 1D |
| Octal | 165 | 125 | 35 | 0 | 33 | 113 | 66 | 46 | 74 | 35 |
| Binary | 1110101 | 1010101 | 11101 | 0 | 11011 | 1001011 | 110110 | 100110 | 111100 | 11101 |
Color Harmonies of #75551D
Complementary color
Monochromatic Colors of #75551D
Black with #75551D
Text Example
Text Example
White with #75551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75551D; }
p { color: rgb(117,85,29); }
H1.HeaderClassName
{
color: #75551D;
}
.AnyTagClassName
{
color: #75551D;
}
</style>
background-color css
<style>
a { background-color: #75551D; }
a { background-color: rgb(117,85,29); }
div.DivClassName
{
background-color: #75551D;
}
.BgClassName
{
background-color: #75551D;
}
</style>
border-color css
<style>
span { border-color: #75551D; }
span { border-color: rgb(117,85,29); }
td.TdClassName
{
border-color: #75551D;
}
.TagClassName
{
border-color: #75551D;
}
</style>