Shades of Raw Umber #755A16
Tints of Raw Umber #755A16
RGB
CMYK
RGB Variations
Color information
#755A16 (or 0x755A16) is known color: Raw Umber. HEX triplet: 75, 5A and 16. RGB value is (117,90,22). Sum of RGB (Red+Green+Blue) = 117+90+22=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #755A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755A16 is #8AA5E9. Grayscale: #5A5A5A. Windows color (decimal): -9086442 or 1464949. OLE color: 1464949.
HSL color Cylindrical-coordinate representation of color #755A16: hue angle of 42.95º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #755A16 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 22 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.54 |
| HSL | 42.95º | 0.68% | 0.27% | - |
| HSV(B) | 42.95º | 0.81% | 0.46% | - |
| XYZ | 11.14 | 11.15 | 2.32 | - |
| YUV | 90.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 22 | 0 | 0.23 | 0.81 | 0.54 | 42.95 | 0.68 | 0.27 |
| Hex | 75 | 5A | 16 | 0 | 17 | 51 | 36 | 2B | 44 | 1B |
| Octal | 165 | 132 | 26 | 0 | 27 | 121 | 66 | 53 | 104 | 33 |
| Binary | 1110101 | 1011010 | 10110 | 0 | 10111 | 1010001 | 110110 | 101011 | 1000100 | 11011 |
Color Harmonies of #755A16
Complementary color
Monochromatic Colors of #755A16
Black with #755A16
Text Example
Text Example
White with #755A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A16; }
p { color: rgb(117,90,22); }
H1.HeaderClassName
{
color: #755A16;
}
.AnyTagClassName
{
color: #755A16;
}
</style>
background-color css
<style>
a { background-color: #755A16; }
a { background-color: rgb(117,90,22); }
div.DivClassName
{
background-color: #755A16;
}
.BgClassName
{
background-color: #755A16;
}
</style>
border-color css
<style>
span { border-color: #755A16; }
span { border-color: rgb(117,90,22); }
td.TdClassName
{
border-color: #755A16;
}
.TagClassName
{
border-color: #755A16;
}
</style>