Shades of Raw Umber #76571C
Tints of Raw Umber #76571C
RGB
CMYK
RGB Variations
Color information
#76571C (or 0x76571C) is known color: Raw Umber. HEX triplet: 76, 57 and 1C. RGB value is (118,87,28). Sum of RGB (Red+Green+Blue) = 118+87+28=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76571C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76571C is #89A8E3. Grayscale: #595959. Windows color (decimal): -9021668 or 1857398. OLE color: 1857398.
HSL color Cylindrical-coordinate representation of color #76571C: hue angle of 39.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76571C is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 87 | 28 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.54 |
| HSL | 39.33º | 0.62% | 0.29% | - |
| HSV(B) | 39.33º | 0.76% | 0.46% | - |
| XYZ | 11.09 | 10.75 | 2.59 | - |
| YUV | 89.54 | 93.27 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 28 | 0 | 0.26 | 0.76 | 0.54 | 39.33 | 0.62 | 0.29 |
| Hex | 76 | 57 | 1C | 0 | 1A | 4C | 36 | 27 | 3E | 1D |
| Octal | 166 | 127 | 34 | 0 | 32 | 114 | 66 | 47 | 76 | 35 |
| Binary | 1110110 | 1010111 | 11100 | 0 | 11010 | 1001100 | 110110 | 100111 | 111110 | 11101 |
Color Harmonies of #76571C
Complementary color
Monochromatic Colors of #76571C
Black with #76571C
Text Example
Text Example
White with #76571C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76571C; }
p { color: rgb(118,87,28); }
H1.HeaderClassName
{
color: #76571C;
}
.AnyTagClassName
{
color: #76571C;
}
</style>
background-color css
<style>
a { background-color: #76571C; }
a { background-color: rgb(118,87,28); }
div.DivClassName
{
background-color: #76571C;
}
.BgClassName
{
background-color: #76571C;
}
</style>
border-color css
<style>
span { border-color: #76571C; }
span { border-color: rgb(118,87,28); }
td.TdClassName
{
border-color: #76571C;
}
.TagClassName
{
border-color: #76571C;
}
</style>