Shades of Raw Umber #76521D
Tints of Raw Umber #76521D
RGB
CMYK
RGB Variations
Color information
#76521D (or 0x76521D) is known color: Raw Umber. HEX triplet: 76, 52 and 1D. RGB value is (118,82,29). Sum of RGB (Red+Green+Blue) = 118+82+29=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76521D is #89ADE2. Grayscale: #565656. Windows color (decimal): -9022947 or 1921654. OLE color: 1921654.
HSL color Cylindrical-coordinate representation of color #76521D: hue angle of 35.73º 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 #76521D is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 82 | 29 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.54 |
| HSL | 35.73º | 0.61% | 0.29% | - |
| HSV(B) | 35.73º | 0.75% | 0.46% | - |
| XYZ | 10.71 | 9.97 | 2.52 | - |
| YUV | 86.72 | 95.43 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 29 | 0 | 0.31 | 0.75 | 0.54 | 35.73 | 0.61 | 0.29 |
| Hex | 76 | 52 | 1D | 0 | 1F | 4B | 36 | 24 | 3D | 1D |
| Octal | 166 | 122 | 35 | 0 | 37 | 113 | 66 | 44 | 75 | 35 |
| Binary | 1110110 | 1010010 | 11101 | 0 | 11111 | 1001011 | 110110 | 100100 | 111101 | 11101 |
Color Harmonies of #76521D
Complementary color
Monochromatic Colors of #76521D
Black with #76521D
Text Example
Text Example
White with #76521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76521D; }
p { color: rgb(118,82,29); }
H1.HeaderClassName
{
color: #76521D;
}
.AnyTagClassName
{
color: #76521D;
}
</style>
background-color css
<style>
a { background-color: #76521D; }
a { background-color: rgb(118,82,29); }
div.DivClassName
{
background-color: #76521D;
}
.BgClassName
{
background-color: #76521D;
}
</style>
border-color css
<style>
span { border-color: #76521D; }
span { border-color: rgb(118,82,29); }
td.TdClassName
{
border-color: #76521D;
}
.TagClassName
{
border-color: #76521D;
}
</style>