Shades of Raw Umber #755A12
Tints of Raw Umber #755A12
RGB
CMYK
RGB Variations
Color information
#755A12 (or 0x755A12) is known color: Raw Umber. HEX triplet: 75, 5A and 12. RGB value is (117,90,18). Sum of RGB (Red+Green+Blue) = 117+90+18=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #755A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755A12 is #8AA5ED. Grayscale: #5A5A5A. Windows color (decimal): -9086446 or 1202805. OLE color: 1202805.
HSL color Cylindrical-coordinate representation of color #755A12: hue angle of 43.64º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #755A12 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 18 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.54 |
| HSL | 43.64º | 0.73% | 0.26% | - |
| HSV(B) | 43.64º | 0.85% | 0.46% | - |
| XYZ | 11.1 | 11.14 | 2.14 | - |
| YUV | 89.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 18 | 0 | 0.23 | 0.85 | 0.54 | 43.64 | 0.73 | 0.26 |
| Hex | 75 | 5A | 12 | 0 | 17 | 55 | 36 | 2C | 49 | 1A |
| Octal | 165 | 132 | 22 | 0 | 27 | 125 | 66 | 54 | 111 | 32 |
| Binary | 1110101 | 1011010 | 10010 | 0 | 10111 | 1010101 | 110110 | 101100 | 1001001 | 11010 |
Color Harmonies of #755A12
Complementary color
Monochromatic Colors of #755A12
Black with #755A12
Text Example
Text Example
White with #755A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A12; }
p { color: rgb(117,90,18); }
H1.HeaderClassName
{
color: #755A12;
}
.AnyTagClassName
{
color: #755A12;
}
</style>
background-color css
<style>
a { background-color: #755A12; }
a { background-color: rgb(117,90,18); }
div.DivClassName
{
background-color: #755A12;
}
.BgClassName
{
background-color: #755A12;
}
</style>
border-color css
<style>
span { border-color: #755A12; }
span { border-color: rgb(117,90,18); }
td.TdClassName
{
border-color: #755A12;
}
.TagClassName
{
border-color: #755A12;
}
</style>