Shades of Raw Umber #76530B
Tints of Raw Umber #76530B
RGB
CMYK
RGB Variations
Color information
#76530B (or 0x76530B) is known color: Raw Umber. HEX triplet: 76, 53 and 0B. RGB value is (118,83,11). Sum of RGB (Red+Green+Blue) = 118+83+11=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76530B is #89ACF4. Grayscale: #555555. Windows color (decimal): -9022709 or 742262. OLE color: 742262.
HSL color Cylindrical-coordinate representation of color #76530B: hue angle of 40.37º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76530B is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 11 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.54 |
| HSL | 40.37º | 0.83% | 0.25% | - |
| HSV(B) | 40.37º | 0.91% | 0.46% | - |
| XYZ | 10.62 | 10.06 | 1.7 | - |
| YUV | 85.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 11 | 0 | 0.30 | 0.91 | 0.54 | 40.37 | 0.83 | 0.25 |
| Hex | 76 | 53 | B | 0 | 1E | 5B | 36 | 28 | 53 | 19 |
| Octal | 166 | 123 | 13 | 0 | 36 | 133 | 66 | 50 | 123 | 31 |
| Binary | 1110110 | 1010011 | 1011 | 0 | 11110 | 1011011 | 110110 | 101000 | 1010011 | 11001 |
Color Harmonies of #76530B
Complementary color
Monochromatic Colors of #76530B
Black with #76530B
Text Example
Text Example
White with #76530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76530B; }
p { color: rgb(118,83,11); }
H1.HeaderClassName
{
color: #76530B;
}
.AnyTagClassName
{
color: #76530B;
}
</style>
background-color css
<style>
a { background-color: #76530B; }
a { background-color: rgb(118,83,11); }
div.DivClassName
{
background-color: #76530B;
}
.BgClassName
{
background-color: #76530B;
}
</style>
border-color css
<style>
span { border-color: #76530B; }
span { border-color: rgb(118,83,11); }
td.TdClassName
{
border-color: #76530B;
}
.TagClassName
{
border-color: #76530B;
}
</style>