Shades of Raw Umber #76530F
Tints of Raw Umber #76530F
RGB
CMYK
RGB Variations
Color information
#76530F (or 0x76530F) is known color: Raw Umber. HEX triplet: 76, 53 and 0F. RGB value is (118,83,15). Sum of RGB (Red+Green+Blue) = 118+83+15=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76530F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76530F is #89ACF0. Grayscale: #565656. Windows color (decimal): -9022705 or 1004406. OLE color: 1004406.
HSL color Cylindrical-coordinate representation of color #76530F: hue angle of 39.61º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76530F is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 15 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.54 |
| HSL | 39.61º | 0.77% | 0.26% | - |
| HSV(B) | 39.61º | 0.87% | 0.46% | - |
| XYZ | 10.65 | 10.07 | 1.83 | - |
| YUV | 85.71 | 88.1 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 15 | 0 | 0.30 | 0.87 | 0.54 | 39.61 | 0.77 | 0.26 |
| Hex | 76 | 53 | F | 0 | 1E | 57 | 36 | 28 | 4D | 1A |
| Octal | 166 | 123 | 17 | 0 | 36 | 127 | 66 | 50 | 115 | 32 |
| Binary | 1110110 | 1010011 | 1111 | 0 | 11110 | 1010111 | 110110 | 101000 | 1001101 | 11010 |
Color Harmonies of #76530F
Complementary color
Monochromatic Colors of #76530F
Black with #76530F
Text Example
Text Example
White with #76530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76530F; }
p { color: rgb(118,83,15); }
H1.HeaderClassName
{
color: #76530F;
}
.AnyTagClassName
{
color: #76530F;
}
</style>
background-color css
<style>
a { background-color: #76530F; }
a { background-color: rgb(118,83,15); }
div.DivClassName
{
background-color: #76530F;
}
.BgClassName
{
background-color: #76530F;
}
</style>
border-color css
<style>
span { border-color: #76530F; }
span { border-color: rgb(118,83,15); }
td.TdClassName
{
border-color: #76530F;
}
.TagClassName
{
border-color: #76530F;
}
</style>