Shades of Raw Umber #755A08
Tints of Raw Umber #755A08
RGB
CMYK
RGB Variations
Color information
#755A08 (or 0x755A08) is known color: Raw Umber. HEX triplet: 75, 5A and 08. RGB value is (117,90,8). Sum of RGB (Red+Green+Blue) = 117+90+8=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #755A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755A08 is #8AA5F7. Grayscale: #595959. Windows color (decimal): -9086456 or 547445. OLE color: 547445.
HSL color Cylindrical-coordinate representation of color #755A08: hue angle of 45.14º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #755A08 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 8 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.54 |
| HSL | 45.14º | 0.87% | 0.25% | - |
| HSV(B) | 45.14º | 0.93% | 0.46% | - |
| XYZ | 11.04 | 11.11 | 1.79 | - |
| YUV | 88.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 8 | 0 | 0.23 | 0.93 | 0.54 | 45.14 | 0.87 | 0.25 |
| Hex | 75 | 5A | 8 | 0 | 17 | 5D | 36 | 2D | 57 | 19 |
| Octal | 165 | 132 | 10 | 0 | 27 | 135 | 66 | 55 | 127 | 31 |
| Binary | 1110101 | 1011010 | 1000 | 0 | 10111 | 1011101 | 110110 | 101101 | 1010111 | 11001 |
Color Harmonies of #755A08
Complementary color
Monochromatic Colors of #755A08
Black with #755A08
Text Example
Text Example
White with #755A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A08; }
p { color: rgb(117,90,8); }
H1.HeaderClassName
{
color: #755A08;
}
.AnyTagClassName
{
color: #755A08;
}
</style>
background-color css
<style>
a { background-color: #755A08; }
a { background-color: rgb(117,90,8); }
div.DivClassName
{
background-color: #755A08;
}
.BgClassName
{
background-color: #755A08;
}
</style>
border-color css
<style>
span { border-color: #755A08; }
span { border-color: rgb(117,90,8); }
td.TdClassName
{
border-color: #755A08;
}
.TagClassName
{
border-color: #755A08;
}
</style>