Shades of Raw Umber #7B4501
Tints of Raw Umber #7B4501
RGB
CMYK
RGB Variations
Color information
#7B4501 (or 0x7B4501) is known color: Raw Umber. HEX triplet: 7B, 45 and 01. RGB value is (123,69,1). Sum of RGB (Red+Green+Blue) = 123+69+1=193 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.73% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4501 is #84BAFE. Grayscale: #4D4D4D. Windows color (decimal): -8698623 or 83323. OLE color: 83323.
HSL color Cylindrical-coordinate representation of color #7B4501: hue angle of 33.44º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B4501 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 69 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.52 |
| HSL | 33.44º | 0.98% | 0.24% | - |
| HSV(B) | 33.44º | 0.99% | 0.48% | - |
| XYZ | 10.3 | 8.47 | 1.12 | - |
| YUV | 77.39 | 84.89 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 69 | 1 | 0 | 0.44 | 0.99 | 0.52 | 33.44 | 0.98 | 0.24 |
| Hex | 7B | 45 | 1 | 0 | 2C | 63 | 34 | 21 | 62 | 18 |
| Octal | 173 | 105 | 1 | 0 | 54 | 143 | 64 | 41 | 142 | 30 |
| Binary | 1111011 | 1000101 | 1 | 0 | 101100 | 1100011 | 110100 | 100001 | 1100010 | 11000 |
Color Harmonies of #7B4501
Complementary color
Monochromatic Colors of #7B4501
Black with #7B4501
Text Example
Text Example
White with #7B4501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4501; }
p { color: rgb(123,69,1); }
H1.HeaderClassName
{
color: #7B4501;
}
.AnyTagClassName
{
color: #7B4501;
}
</style>
background-color css
<style>
a { background-color: #7B4501; }
a { background-color: rgb(123,69,1); }
div.DivClassName
{
background-color: #7B4501;
}
.BgClassName
{
background-color: #7B4501;
}
</style>
border-color css
<style>
span { border-color: #7B4501; }
span { border-color: rgb(123,69,1); }
td.TdClassName
{
border-color: #7B4501;
}
.TagClassName
{
border-color: #7B4501;
}
</style>