Shades of Raw Umber #764B1C
Tints of Raw Umber #764B1C
RGB
CMYK
RGB Variations
Color information
#764B1C (or 0x764B1C) is known color: Raw Umber. HEX triplet: 76, 4B and 1C. RGB value is (118,75,28). Sum of RGB (Red+Green+Blue) = 118+75+28=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #764B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B1C is #89B4E3. Grayscale: #525252. Windows color (decimal): -9024740 or 1854326. OLE color: 1854326.
HSL color Cylindrical-coordinate representation of color #764B1C: hue angle of 31.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #764B1C is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 75 | 28 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.54 |
| HSL | 31.33º | 0.62% | 0.29% | - |
| HSV(B) | 31.33º | 0.76% | 0.46% | - |
| XYZ | 10.2 | 8.97 | 2.29 | - |
| YUV | 82.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 28 | 0 | 0.36 | 0.76 | 0.54 | 31.33 | 0.62 | 0.29 |
| Hex | 76 | 4B | 1C | 0 | 24 | 4C | 36 | 1F | 3E | 1D |
| Octal | 166 | 113 | 34 | 0 | 44 | 114 | 66 | 37 | 76 | 35 |
| Binary | 1110110 | 1001011 | 11100 | 0 | 100100 | 1001100 | 110110 | 11111 | 111110 | 11101 |
Color Harmonies of #764B1C
Complementary color
Monochromatic Colors of #764B1C
Black with #764B1C
Text Example
Text Example
White with #764B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764B1C; }
p { color: rgb(118,75,28); }
H1.HeaderClassName
{
color: #764B1C;
}
.AnyTagClassName
{
color: #764B1C;
}
</style>
background-color css
<style>
a { background-color: #764B1C; }
a { background-color: rgb(118,75,28); }
div.DivClassName
{
background-color: #764B1C;
}
.BgClassName
{
background-color: #764B1C;
}
</style>
border-color css
<style>
span { border-color: #764B1C; }
span { border-color: rgb(118,75,28); }
td.TdClassName
{
border-color: #764B1C;
}
.TagClassName
{
border-color: #764B1C;
}
</style>