Shades of Raw Umber #764F18
Tints of Raw Umber #764F18
RGB
CMYK
RGB Variations
Color information
#764F18 (or 0x764F18) is known color: Raw Umber. HEX triplet: 76, 4F and 18. RGB value is (118,79,24). Sum of RGB (Red+Green+Blue) = 118+79+24=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #764F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764F18 is #89B0E7. Grayscale: #545454. Windows color (decimal): -9023720 or 1593206. OLE color: 1593206.
HSL color Cylindrical-coordinate representation of color #764F18: hue angle of 35.11º 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 #764F18 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 24 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.54 |
| HSL | 35.11º | 0.66% | 0.28% | - |
| HSV(B) | 35.11º | 0.8% | 0.46% | - |
| XYZ | 10.43 | 9.51 | 2.15 | - |
| YUV | 84.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 24 | 0 | 0.33 | 0.80 | 0.54 | 35.11 | 0.66 | 0.28 |
| Hex | 76 | 4F | 18 | 0 | 21 | 50 | 36 | 23 | 42 | 1C |
| Octal | 166 | 117 | 30 | 0 | 41 | 120 | 66 | 43 | 102 | 34 |
| Binary | 1110110 | 1001111 | 11000 | 0 | 100001 | 1010000 | 110110 | 100011 | 1000010 | 11100 |
Color Harmonies of #764F18
Complementary color
Monochromatic Colors of #764F18
Black with #764F18
Text Example
Text Example
White with #764F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F18; }
p { color: rgb(118,79,24); }
H1.HeaderClassName
{
color: #764F18;
}
.AnyTagClassName
{
color: #764F18;
}
</style>
background-color css
<style>
a { background-color: #764F18; }
a { background-color: rgb(118,79,24); }
div.DivClassName
{
background-color: #764F18;
}
.BgClassName
{
background-color: #764F18;
}
</style>
border-color css
<style>
span { border-color: #764F18; }
span { border-color: rgb(118,79,24); }
td.TdClassName
{
border-color: #764F18;
}
.TagClassName
{
border-color: #764F18;
}
</style>