Shades of Raw Umber #755E09
Tints of Raw Umber #755E09
RGB
CMYK
RGB Variations
Color information
#755E09 (or 0x755E09) is known color: Raw Umber. HEX triplet: 75, 5E and 09. RGB value is (117,94,9). Sum of RGB (Red+Green+Blue) = 117+94+9=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #755E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755E09 is #8AA1F6. Grayscale: #5B5B5B. Windows color (decimal): -9085431 or 614005. OLE color: 614005.
HSL color Cylindrical-coordinate representation of color #755E09: hue angle of 47.22º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #755E09 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 94 | 9 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.54 |
| HSL | 47.22º | 0.86% | 0.25% | - |
| HSV(B) | 47.22º | 0.92% | 0.46% | - |
| XYZ | 11.39 | 11.81 | 1.94 | - |
| YUV | 91.19 | 81.62 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 9 | 0 | 0.20 | 0.92 | 0.54 | 47.22 | 0.86 | 0.25 |
| Hex | 75 | 5E | 9 | 0 | 14 | 5C | 36 | 2F | 56 | 19 |
| Octal | 165 | 136 | 11 | 0 | 24 | 134 | 66 | 57 | 126 | 31 |
| Binary | 1110101 | 1011110 | 1001 | 0 | 10100 | 1011100 | 110110 | 101111 | 1010110 | 11001 |
Color Harmonies of #755E09
Complementary color
Monochromatic Colors of #755E09
Black with #755E09
Text Example
Text Example
White with #755E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E09; }
p { color: rgb(117,94,9); }
H1.HeaderClassName
{
color: #755E09;
}
.AnyTagClassName
{
color: #755E09;
}
</style>
background-color css
<style>
a { background-color: #755E09; }
a { background-color: rgb(117,94,9); }
div.DivClassName
{
background-color: #755E09;
}
.BgClassName
{
background-color: #755E09;
}
</style>
border-color css
<style>
span { border-color: #755E09; }
span { border-color: rgb(117,94,9); }
td.TdClassName
{
border-color: #755E09;
}
.TagClassName
{
border-color: #755E09;
}
</style>