Shades of Raw Umber #7C5311
Tints of Raw Umber #7C5311
RGB
CMYK
RGB Variations
Color information
#7C5311 (or 0x7C5311) is known color: Raw Umber. HEX triplet: 7C, 53 and 11. RGB value is (124,83,17). Sum of RGB (Red+Green+Blue) = 124+83+17=224 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.36% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5311 is #83ACEE. Grayscale: #585858. Windows color (decimal): -8629487 or 1135484. OLE color: 1135484.
HSL color Cylindrical-coordinate representation of color #7C5311: hue angle of 37.01º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C5311 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 83 | 17 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.51 |
| HSL | 37.01º | 0.76% | 0.28% | - |
| HSV(B) | 37.01º | 0.86% | 0.49% | - |
| XYZ | 11.51 | 10.51 | 1.95 | - |
| YUV | 87.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 17 | 0 | 0.33 | 0.86 | 0.51 | 37.01 | 0.76 | 0.28 |
| Hex | 7C | 53 | 11 | 0 | 21 | 56 | 33 | 25 | 4C | 1C |
| Octal | 174 | 123 | 21 | 0 | 41 | 126 | 63 | 45 | 114 | 34 |
| Binary | 1111100 | 1010011 | 10001 | 0 | 100001 | 1010110 | 110011 | 100101 | 1001100 | 11100 |
Color Harmonies of #7C5311
Complementary color
Monochromatic Colors of #7C5311
Black with #7C5311
Text Example
Text Example
White with #7C5311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5311; }
p { color: rgb(124,83,17); }
H1.HeaderClassName
{
color: #7C5311;
}
.AnyTagClassName
{
color: #7C5311;
}
</style>
background-color css
<style>
a { background-color: #7C5311; }
a { background-color: rgb(124,83,17); }
div.DivClassName
{
background-color: #7C5311;
}
.BgClassName
{
background-color: #7C5311;
}
</style>
border-color css
<style>
span { border-color: #7C5311; }
span { border-color: rgb(124,83,17); }
td.TdClassName
{
border-color: #7C5311;
}
.TagClassName
{
border-color: #7C5311;
}
</style>