Shades of Raw Umber #755200
Tints of Raw Umber #755200
RGB
CMYK
RGB Variations
Color information
#755200 (or 0x755200) is known color: Raw Umber. HEX triplet: 75, 52 and 00. RGB value is (117,82,0). Sum of RGB (Red+Green+Blue) = 117+82+0=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #755200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755200 is #8AADFF. Grayscale: #535353. Windows color (decimal): -9088512 or 21109. OLE color: 21109.
HSL color Cylindrical-coordinate representation of color #755200: hue angle of 42.05º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #755200 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 82 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.54 |
| HSL | 42.05º | 1% | 0.23% | - |
| HSV(B) | 42.05º | 1% | 0.46% | - |
| XYZ | 10.35 | 9.82 | 1.35 | - |
| YUV | 83.12 | 81.1 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 0 | 0 | 0.30 | 1 | 0.54 | 42.05 | 1 | 0.23 |
| Hex | 75 | 52 | 0 | 0 | 1E | 64 | 36 | 2A | 64 | 17 |
| Octal | 165 | 122 | 0 | 0 | 36 | 144 | 66 | 52 | 144 | 27 |
| Binary | 1110101 | 1010010 | 0 | 0 | 11110 | 1100100 | 110110 | 101010 | 1100100 | 10111 |
Color Harmonies of #755200
Complementary color
Monochromatic Colors of #755200
Black with #755200
Text Example
Text Example
White with #755200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755200; }
p { color: rgb(117,82,0); }
H1.HeaderClassName
{
color: #755200;
}
.AnyTagClassName
{
color: #755200;
}
</style>
background-color css
<style>
a { background-color: #755200; }
a { background-color: rgb(117,82,0); }
div.DivClassName
{
background-color: #755200;
}
.BgClassName
{
background-color: #755200;
}
</style>
border-color css
<style>
span { border-color: #755200; }
span { border-color: rgb(117,82,0); }
td.TdClassName
{
border-color: #755200;
}
.TagClassName
{
border-color: #755200;
}
</style>