Shades of Raw Umber #755900
Tints of Raw Umber #755900
RGB
CMYK
RGB Variations
Color information
#755900 (or 0x755900) is known color: Raw Umber. HEX triplet: 75, 59 and 00. RGB value is (117,89,0). Sum of RGB (Red+Green+Blue) = 117+89+0=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #755900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755900 is #8AA6FF. Grayscale: #575757. Windows color (decimal): -9086720 or 22901. OLE color: 22901.
HSL color Cylindrical-coordinate representation of color #755900: hue angle of 45.64º 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 #755900 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 89 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.54 |
| HSL | 45.64º | 1% | 0.23% | - |
| HSV(B) | 45.64º | 1% | 0.46% | - |
| XYZ | 10.91 | 10.93 | 1.53 | - |
| YUV | 87.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 89 | 0 | 0 | 0.24 | 1 | 0.54 | 45.64 | 1 | 0.23 |
| Hex | 75 | 59 | 0 | 0 | 18 | 64 | 36 | 2E | 64 | 17 |
| Octal | 165 | 131 | 0 | 0 | 30 | 144 | 66 | 56 | 144 | 27 |
| Binary | 1110101 | 1011001 | 0 | 0 | 11000 | 1100100 | 110110 | 101110 | 1100100 | 10111 |
Color Harmonies of #755900
Complementary color
Monochromatic Colors of #755900
Black with #755900
Text Example
Text Example
White with #755900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755900; }
p { color: rgb(117,89,0); }
H1.HeaderClassName
{
color: #755900;
}
.AnyTagClassName
{
color: #755900;
}
</style>
background-color css
<style>
a { background-color: #755900; }
a { background-color: rgb(117,89,0); }
div.DivClassName
{
background-color: #755900;
}
.BgClassName
{
background-color: #755900;
}
</style>
border-color css
<style>
span { border-color: #755900; }
span { border-color: rgb(117,89,0); }
td.TdClassName
{
border-color: #755900;
}
.TagClassName
{
border-color: #755900;
}
</style>