Shades of Raw Umber #76531B
Tints of Raw Umber #76531B
RGB
CMYK
RGB Variations
Color information
#76531B (or 0x76531B) is known color: Raw Umber. HEX triplet: 76, 53 and 1B. RGB value is (118,83,27). Sum of RGB (Red+Green+Blue) = 118+83+27=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76531B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76531B is #89ACE4. Grayscale: #575757. Windows color (decimal): -9022693 or 1790838. OLE color: 1790838.
HSL color Cylindrical-coordinate representation of color #76531B: hue angle of 36.92º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76531B is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 27 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.54 |
| HSL | 36.92º | 0.63% | 0.28% | - |
| HSV(B) | 36.92º | 0.77% | 0.46% | - |
| XYZ | 10.76 | 10.12 | 2.42 | - |
| YUV | 87.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 27 | 0 | 0.30 | 0.77 | 0.54 | 36.92 | 0.63 | 0.28 |
| Hex | 76 | 53 | 1B | 0 | 1E | 4D | 36 | 25 | 3F | 1C |
| Octal | 166 | 123 | 33 | 0 | 36 | 115 | 66 | 45 | 77 | 34 |
| Binary | 1110110 | 1010011 | 11011 | 0 | 11110 | 1001101 | 110110 | 100101 | 111111 | 11100 |
Color Harmonies of #76531B
Complementary color
Monochromatic Colors of #76531B
Black with #76531B
Text Example
Text Example
White with #76531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76531B; }
p { color: rgb(118,83,27); }
H1.HeaderClassName
{
color: #76531B;
}
.AnyTagClassName
{
color: #76531B;
}
</style>
background-color css
<style>
a { background-color: #76531B; }
a { background-color: rgb(118,83,27); }
div.DivClassName
{
background-color: #76531B;
}
.BgClassName
{
background-color: #76531B;
}
</style>
border-color css
<style>
span { border-color: #76531B; }
span { border-color: rgb(118,83,27); }
td.TdClassName
{
border-color: #76531B;
}
.TagClassName
{
border-color: #76531B;
}
</style>