Shades of Raw Umber #76541A
Tints of Raw Umber #76541A
RGB
CMYK
RGB Variations
Color information
#76541A (or 0x76541A) is known color: Raw Umber. HEX triplet: 76, 54 and 1A. RGB value is (118,84,26). Sum of RGB (Red+Green+Blue) = 118+84+26=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76541A is #89ABE5. Grayscale: #575757. Windows color (decimal): -9022438 or 1725558. OLE color: 1725558.
HSL color Cylindrical-coordinate representation of color #76541A: hue angle of 37.83º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76541A is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 26 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.54 |
| HSL | 37.83º | 0.64% | 0.28% | - |
| HSV(B) | 37.83º | 0.78% | 0.46% | - |
| XYZ | 10.83 | 10.27 | 2.39 | - |
| YUV | 87.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 26 | 0 | 0.29 | 0.78 | 0.54 | 37.83 | 0.64 | 0.28 |
| Hex | 76 | 54 | 1A | 0 | 1D | 4E | 36 | 26 | 40 | 1C |
| Octal | 166 | 124 | 32 | 0 | 35 | 116 | 66 | 46 | 100 | 34 |
| Binary | 1110110 | 1010100 | 11010 | 0 | 11101 | 1001110 | 110110 | 100110 | 1000000 | 11100 |
Color Harmonies of #76541A
Complementary color
Monochromatic Colors of #76541A
Black with #76541A
Text Example
Text Example
White with #76541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76541A; }
p { color: rgb(118,84,26); }
H1.HeaderClassName
{
color: #76541A;
}
.AnyTagClassName
{
color: #76541A;
}
</style>
background-color css
<style>
a { background-color: #76541A; }
a { background-color: rgb(118,84,26); }
div.DivClassName
{
background-color: #76541A;
}
.BgClassName
{
background-color: #76541A;
}
</style>
border-color css
<style>
span { border-color: #76541A; }
span { border-color: rgb(118,84,26); }
td.TdClassName
{
border-color: #76541A;
}
.TagClassName
{
border-color: #76541A;
}
</style>