Shades of Raw Umber #755A0A
Tints of Raw Umber #755A0A
RGB
CMYK
RGB Variations
Color information
#755A0A (or 0x755A0A) is known color: Raw Umber. HEX triplet: 75, 5A and 0A. RGB value is (117,90,10). Sum of RGB (Red+Green+Blue) = 117+90+10=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #755A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755A0A is #8AA5F5. Grayscale: #595959. Windows color (decimal): -9086454 or 678517. OLE color: 678517.
HSL color Cylindrical-coordinate representation of color #755A0A: hue angle of 44.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #755A0A is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 10 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.54 |
| HSL | 44.86º | 0.84% | 0.25% | - |
| HSV(B) | 44.86º | 0.91% | 0.46% | - |
| XYZ | 11.05 | 11.12 | 1.85 | - |
| YUV | 88.95 | 83.45 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 10 | 0 | 0.23 | 0.91 | 0.54 | 44.86 | 0.84 | 0.25 |
| Hex | 75 | 5A | A | 0 | 17 | 5B | 36 | 2D | 54 | 19 |
| Octal | 165 | 132 | 12 | 0 | 27 | 133 | 66 | 55 | 124 | 31 |
| Binary | 1110101 | 1011010 | 1010 | 0 | 10111 | 1011011 | 110110 | 101101 | 1010100 | 11001 |
Color Harmonies of #755A0A
Complementary color
Monochromatic Colors of #755A0A
Black with #755A0A
Text Example
Text Example
White with #755A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A0A; }
p { color: rgb(117,90,10); }
H1.HeaderClassName
{
color: #755A0A;
}
.AnyTagClassName
{
color: #755A0A;
}
</style>
background-color css
<style>
a { background-color: #755A0A; }
a { background-color: rgb(117,90,10); }
div.DivClassName
{
background-color: #755A0A;
}
.BgClassName
{
background-color: #755A0A;
}
</style>
border-color css
<style>
span { border-color: #755A0A; }
span { border-color: rgb(117,90,10); }
td.TdClassName
{
border-color: #755A0A;
}
.TagClassName
{
border-color: #755A0A;
}
</style>