Shades of Raw Umber #764C15
Tints of Raw Umber #764C15
RGB
CMYK
RGB Variations
Color information
#764C15 (or 0x764C15) is known color: Raw Umber. HEX triplet: 76, 4C and 15. RGB value is (118,76,21). Sum of RGB (Red+Green+Blue) = 118+76+21=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #764C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764C15 is #89B3EA. Grayscale: #525252. Windows color (decimal): -9024491 or 1395830. OLE color: 1395830.
HSL color Cylindrical-coordinate representation of color #764C15: hue angle of 34.02º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #764C15 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 76 | 21 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.54 |
| HSL | 34.02º | 0.7% | 0.27% | - |
| HSV(B) | 34.02º | 0.82% | 0.46% | - |
| XYZ | 10.19 | 9.07 | 1.92 | - |
| YUV | 82.29 | 93.41 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 21 | 0 | 0.36 | 0.82 | 0.54 | 34.02 | 0.7 | 0.27 |
| Hex | 76 | 4C | 15 | 0 | 24 | 52 | 36 | 22 | 46 | 1B |
| Octal | 166 | 114 | 25 | 0 | 44 | 122 | 66 | 42 | 106 | 33 |
| Binary | 1110110 | 1001100 | 10101 | 0 | 100100 | 1010010 | 110110 | 100010 | 1000110 | 11011 |
Color Harmonies of #764C15
Complementary color
Monochromatic Colors of #764C15
Black with #764C15
Text Example
Text Example
White with #764C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764C15; }
p { color: rgb(118,76,21); }
H1.HeaderClassName
{
color: #764C15;
}
.AnyTagClassName
{
color: #764C15;
}
</style>
background-color css
<style>
a { background-color: #764C15; }
a { background-color: rgb(118,76,21); }
div.DivClassName
{
background-color: #764C15;
}
.BgClassName
{
background-color: #764C15;
}
</style>
border-color css
<style>
span { border-color: #764C15; }
span { border-color: rgb(118,76,21); }
td.TdClassName
{
border-color: #764C15;
}
.TagClassName
{
border-color: #764C15;
}
</style>