Shades of Raw Umber #764D18
Tints of Raw Umber #764D18
RGB
CMYK
RGB Variations
Color information
#764D18 (or 0x764D18) is known color: Raw Umber. HEX triplet: 76, 4D and 18. RGB value is (118,77,24). Sum of RGB (Red+Green+Blue) = 118+77+24=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #764D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764D18 is #89B2E7. Grayscale: #535353. Windows color (decimal): -9024232 or 1592694. OLE color: 1592694.
HSL color Cylindrical-coordinate representation of color #764D18: hue angle of 33.83º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #764D18 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 24 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.54 |
| HSL | 33.83º | 0.66% | 0.28% | - |
| HSV(B) | 33.83º | 0.8% | 0.46% | - |
| XYZ | 10.29 | 9.23 | 2.1 | - |
| YUV | 83.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 24 | 0 | 0.35 | 0.80 | 0.54 | 33.83 | 0.66 | 0.28 |
| Hex | 76 | 4D | 18 | 0 | 23 | 50 | 36 | 22 | 42 | 1C |
| Octal | 166 | 115 | 30 | 0 | 43 | 120 | 66 | 42 | 102 | 34 |
| Binary | 1110110 | 1001101 | 11000 | 0 | 100011 | 1010000 | 110110 | 100010 | 1000010 | 11100 |
Color Harmonies of #764D18
Complementary color
Monochromatic Colors of #764D18
Black with #764D18
Text Example
Text Example
White with #764D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D18; }
p { color: rgb(118,77,24); }
H1.HeaderClassName
{
color: #764D18;
}
.AnyTagClassName
{
color: #764D18;
}
</style>
background-color css
<style>
a { background-color: #764D18; }
a { background-color: rgb(118,77,24); }
div.DivClassName
{
background-color: #764D18;
}
.BgClassName
{
background-color: #764D18;
}
</style>
border-color css
<style>
span { border-color: #764D18; }
span { border-color: rgb(118,77,24); }
td.TdClassName
{
border-color: #764D18;
}
.TagClassName
{
border-color: #764D18;
}
</style>