Shades of Raw Umber #764A18
Tints of Raw Umber #764A18
RGB
CMYK
RGB Variations
Color information
#764A18 (or 0x764A18) is known color: Raw Umber. HEX triplet: 76, 4A and 18. RGB value is (118,74,24). Sum of RGB (Red+Green+Blue) = 118+74+24=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #764A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A18 is #89B5E7. Grayscale: #515151. Windows color (decimal): -9025000 or 1591926. OLE color: 1591926.
HSL color Cylindrical-coordinate representation of color #764A18: hue angle of 31.91º 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 #764A18 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 24 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.54 |
| HSL | 31.91º | 0.66% | 0.28% | - |
| HSV(B) | 31.91º | 0.8% | 0.46% | - |
| XYZ | 10.08 | 8.82 | 2.03 | - |
| YUV | 81.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 24 | 0 | 0.37 | 0.80 | 0.54 | 31.91 | 0.66 | 0.28 |
| Hex | 76 | 4A | 18 | 0 | 25 | 50 | 36 | 20 | 42 | 1C |
| Octal | 166 | 112 | 30 | 0 | 45 | 120 | 66 | 40 | 102 | 34 |
| Binary | 1110110 | 1001010 | 11000 | 0 | 100101 | 1010000 | 110110 | 100000 | 1000010 | 11100 |
Color Harmonies of #764A18
Complementary color
Monochromatic Colors of #764A18
Black with #764A18
Text Example
Text Example
White with #764A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A18; }
p { color: rgb(118,74,24); }
H1.HeaderClassName
{
color: #764A18;
}
.AnyTagClassName
{
color: #764A18;
}
</style>
background-color css
<style>
a { background-color: #764A18; }
a { background-color: rgb(118,74,24); }
div.DivClassName
{
background-color: #764A18;
}
.BgClassName
{
background-color: #764A18;
}
</style>
border-color css
<style>
span { border-color: #764A18; }
span { border-color: rgb(118,74,24); }
td.TdClassName
{
border-color: #764A18;
}
.TagClassName
{
border-color: #764A18;
}
</style>