Shades of Raw Umber #7B5412
Tints of Raw Umber #7B5412
RGB
CMYK
RGB Variations
Color information
#7B5412 (or 0x7B5412) is known color: Raw Umber. HEX triplet: 7B, 54 and 12. RGB value is (123,84,18). Sum of RGB (Red+Green+Blue) = 123+84+18=225 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.67% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5412 is #84ABED. Grayscale: #585858. Windows color (decimal): -8694766 or 1201275. OLE color: 1201275.
HSL color Cylindrical-coordinate representation of color #7B5412: hue angle of 37.71º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B5412 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 84 | 18 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.52 |
| HSL | 37.71º | 0.74% | 0.28% | - |
| HSV(B) | 37.71º | 0.85% | 0.48% | - |
| XYZ | 11.45 | 10.6 | 2.01 | - |
| YUV | 88.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 18 | 0 | 0.32 | 0.85 | 0.52 | 37.71 | 0.74 | 0.28 |
| Hex | 7B | 54 | 12 | 0 | 20 | 55 | 34 | 26 | 4A | 1C |
| Octal | 173 | 124 | 22 | 0 | 40 | 125 | 64 | 46 | 112 | 34 |
| Binary | 1111011 | 1010100 | 10010 | 0 | 100000 | 1010101 | 110100 | 100110 | 1001010 | 11100 |
Color Harmonies of #7B5412
Complementary color
Monochromatic Colors of #7B5412
Black with #7B5412
Text Example
Text Example
White with #7B5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5412; }
p { color: rgb(123,84,18); }
H1.HeaderClassName
{
color: #7B5412;
}
.AnyTagClassName
{
color: #7B5412;
}
</style>
background-color css
<style>
a { background-color: #7B5412; }
a { background-color: rgb(123,84,18); }
div.DivClassName
{
background-color: #7B5412;
}
.BgClassName
{
background-color: #7B5412;
}
</style>
border-color css
<style>
span { border-color: #7B5412; }
span { border-color: rgb(123,84,18); }
td.TdClassName
{
border-color: #7B5412;
}
.TagClassName
{
border-color: #7B5412;
}
</style>