Shades of Raw Umber #76561C
Tints of Raw Umber #76561C
RGB
CMYK
RGB Variations
Color information
#76561C (or 0x76561C) is known color: Raw Umber. HEX triplet: 76, 56 and 1C. RGB value is (118,86,28). Sum of RGB (Red+Green+Blue) = 118+86+28=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76561C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76561C is #89A9E3. Grayscale: #595959. Windows color (decimal): -9021924 or 1857142. OLE color: 1857142.
HSL color Cylindrical-coordinate representation of color #76561C: hue angle of 38.67º 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 #76561C is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 28 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.54 |
| HSL | 38.67º | 0.62% | 0.29% | - |
| HSV(B) | 38.67º | 0.76% | 0.46% | - |
| XYZ | 11.01 | 10.59 | 2.56 | - |
| YUV | 88.96 | 93.6 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 28 | 0 | 0.27 | 0.76 | 0.54 | 38.67 | 0.62 | 0.29 |
| Hex | 76 | 56 | 1C | 0 | 1B | 4C | 36 | 27 | 3E | 1D |
| Octal | 166 | 126 | 34 | 0 | 33 | 114 | 66 | 47 | 76 | 35 |
| Binary | 1110110 | 1010110 | 11100 | 0 | 11011 | 1001100 | 110110 | 100111 | 111110 | 11101 |
Color Harmonies of #76561C
Complementary color
Monochromatic Colors of #76561C
Black with #76561C
Text Example
Text Example
White with #76561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76561C; }
p { color: rgb(118,86,28); }
H1.HeaderClassName
{
color: #76561C;
}
.AnyTagClassName
{
color: #76561C;
}
</style>
background-color css
<style>
a { background-color: #76561C; }
a { background-color: rgb(118,86,28); }
div.DivClassName
{
background-color: #76561C;
}
.BgClassName
{
background-color: #76561C;
}
</style>
border-color css
<style>
span { border-color: #76561C; }
span { border-color: rgb(118,86,28); }
td.TdClassName
{
border-color: #76561C;
}
.TagClassName
{
border-color: #76561C;
}
</style>