Shades of Raw Umber #7B540B
Tints of Raw Umber #7B540B
RGB
CMYK
RGB Variations
Color information
#7B540B (or 0x7B540B) is known color: Raw Umber. HEX triplet: 7B, 54 and 0B. RGB value is (123,84,11). Sum of RGB (Red+Green+Blue) = 123+84+11=218 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.42% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 123 - color contains mainly: red. Hex color #7B540B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B540B is #84ABF4. Grayscale: #575757. Windows color (decimal): -8694773 or 742523. OLE color: 742523.
HSL color Cylindrical-coordinate representation of color #7B540B: hue angle of 39.11º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B540B is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 84 | 11 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.52 |
| HSL | 39.11º | 0.84% | 0.26% | - |
| HSV(B) | 39.11º | 0.91% | 0.48% | - |
| XYZ | 11.4 | 10.58 | 1.76 | - |
| YUV | 87.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 11 | 0 | 0.32 | 0.91 | 0.52 | 39.11 | 0.84 | 0.26 |
| Hex | 7B | 54 | B | 0 | 20 | 5B | 34 | 27 | 54 | 1A |
| Octal | 173 | 124 | 13 | 0 | 40 | 133 | 64 | 47 | 124 | 32 |
| Binary | 1111011 | 1010100 | 1011 | 0 | 100000 | 1011011 | 110100 | 100111 | 1010100 | 11010 |
Color Harmonies of #7B540B
Complementary color
Monochromatic Colors of #7B540B
Black with #7B540B
Text Example
Text Example
White with #7B540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B540B; }
p { color: rgb(123,84,11); }
H1.HeaderClassName
{
color: #7B540B;
}
.AnyTagClassName
{
color: #7B540B;
}
</style>
background-color css
<style>
a { background-color: #7B540B; }
a { background-color: rgb(123,84,11); }
div.DivClassName
{
background-color: #7B540B;
}
.BgClassName
{
background-color: #7B540B;
}
</style>
border-color css
<style>
span { border-color: #7B540B; }
span { border-color: rgb(123,84,11); }
td.TdClassName
{
border-color: #7B540B;
}
.TagClassName
{
border-color: #7B540B;
}
</style>