Shades of Raw Umber #755A18
Tints of Raw Umber #755A18
RGB
CMYK
RGB Variations
Color information
#755A18 (or 0x755A18) is known color: Raw Umber. HEX triplet: 75, 5A and 18. RGB value is (117,90,24). Sum of RGB (Red+Green+Blue) = 117+90+24=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #755A18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755A18 is #8AA5E7. Grayscale: #5A5A5A. Windows color (decimal): -9086440 or 1596021. OLE color: 1596021.
HSL color Cylindrical-coordinate representation of color #755A18: hue angle of 42.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #755A18 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 24 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.54 |
| HSL | 42.58º | 0.66% | 0.28% | - |
| HSV(B) | 42.58º | 0.79% | 0.46% | - |
| XYZ | 11.16 | 11.16 | 2.43 | - |
| YUV | 90.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 24 | 0 | 0.23 | 0.79 | 0.54 | 42.58 | 0.66 | 0.28 |
| Hex | 75 | 5A | 18 | 0 | 17 | 4F | 36 | 2B | 42 | 1C |
| Octal | 165 | 132 | 30 | 0 | 27 | 117 | 66 | 53 | 102 | 34 |
| Binary | 1110101 | 1011010 | 11000 | 0 | 10111 | 1001111 | 110110 | 101011 | 1000010 | 11100 |
Color Harmonies of #755A18
Complementary color
Monochromatic Colors of #755A18
Black with #755A18
Text Example
Text Example
White with #755A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A18; }
p { color: rgb(117,90,24); }
H1.HeaderClassName
{
color: #755A18;
}
.AnyTagClassName
{
color: #755A18;
}
</style>
background-color css
<style>
a { background-color: #755A18; }
a { background-color: rgb(117,90,24); }
div.DivClassName
{
background-color: #755A18;
}
.BgClassName
{
background-color: #755A18;
}
</style>
border-color css
<style>
span { border-color: #755A18; }
span { border-color: rgb(117,90,24); }
td.TdClassName
{
border-color: #755A18;
}
.TagClassName
{
border-color: #755A18;
}
</style>