Shades of Raw Umber #764F1D
Tints of Raw Umber #764F1D
RGB
CMYK
RGB Variations
Color information
#764F1D (or 0x764F1D) is known color: Raw Umber. HEX triplet: 76, 4F and 1D. RGB value is (118,79,29). Sum of RGB (Red+Green+Blue) = 118+79+29=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #764F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F1D is #89B0E2. Grayscale: #555555. Windows color (decimal): -9023715 or 1920886. OLE color: 1920886.
HSL color Cylindrical-coordinate representation of color #764F1D: hue angle of 33.71º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #764F1D is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 29 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.54 |
| HSL | 33.71º | 0.61% | 0.29% | - |
| HSV(B) | 33.71º | 0.75% | 0.46% | - |
| XYZ | 10.49 | 9.53 | 2.45 | - |
| YUV | 84.96 | 96.42 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 29 | 0 | 0.33 | 0.75 | 0.54 | 33.71 | 0.61 | 0.29 |
| Hex | 76 | 4F | 1D | 0 | 21 | 4B | 36 | 22 | 3D | 1D |
| Octal | 166 | 117 | 35 | 0 | 41 | 113 | 66 | 42 | 75 | 35 |
| Binary | 1110110 | 1001111 | 11101 | 0 | 100001 | 1001011 | 110110 | 100010 | 111101 | 11101 |
Color Harmonies of #764F1D
Complementary color
Monochromatic Colors of #764F1D
Black with #764F1D
Text Example
Text Example
White with #764F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F1D; }
p { color: rgb(118,79,29); }
H1.HeaderClassName
{
color: #764F1D;
}
.AnyTagClassName
{
color: #764F1D;
}
</style>
background-color css
<style>
a { background-color: #764F1D; }
a { background-color: rgb(118,79,29); }
div.DivClassName
{
background-color: #764F1D;
}
.BgClassName
{
background-color: #764F1D;
}
</style>
border-color css
<style>
span { border-color: #764F1D; }
span { border-color: rgb(118,79,29); }
td.TdClassName
{
border-color: #764F1D;
}
.TagClassName
{
border-color: #764F1D;
}
</style>