Shades of Raw Umber #7B5310
Tints of Raw Umber #7B5310
RGB
CMYK
RGB Variations
Color information
#7B5310 (or 0x7B5310) is known color: Raw Umber. HEX triplet: 7B, 53 and 10. RGB value is (123,83,16). Sum of RGB (Red+Green+Blue) = 123+83+16=222 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.41% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5310 is #84ACEF. Grayscale: #575757. Windows color (decimal): -8695024 or 1069947. OLE color: 1069947.
HSL color Cylindrical-coordinate representation of color #7B5310: hue angle of 37.57º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B5310 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 83 | 16 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.52 |
| HSL | 37.57º | 0.77% | 0.27% | - |
| HSV(B) | 37.57º | 0.87% | 0.48% | - |
| XYZ | 11.36 | 10.43 | 1.91 | - |
| YUV | 87.32 | 87.75 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 83 | 16 | 0 | 0.33 | 0.87 | 0.52 | 37.57 | 0.77 | 0.27 |
| Hex | 7B | 53 | 10 | 0 | 21 | 57 | 34 | 26 | 4D | 1B |
| Octal | 173 | 123 | 20 | 0 | 41 | 127 | 64 | 46 | 115 | 33 |
| Binary | 1111011 | 1010011 | 10000 | 0 | 100001 | 1010111 | 110100 | 100110 | 1001101 | 11011 |
Color Harmonies of #7B5310
Complementary color
Monochromatic Colors of #7B5310
Black with #7B5310
Text Example
Text Example
White with #7B5310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5310; }
p { color: rgb(123,83,16); }
H1.HeaderClassName
{
color: #7B5310;
}
.AnyTagClassName
{
color: #7B5310;
}
</style>
background-color css
<style>
a { background-color: #7B5310; }
a { background-color: rgb(123,83,16); }
div.DivClassName
{
background-color: #7B5310;
}
.BgClassName
{
background-color: #7B5310;
}
</style>
border-color css
<style>
span { border-color: #7B5310; }
span { border-color: rgb(123,83,16); }
td.TdClassName
{
border-color: #7B5310;
}
.TagClassName
{
border-color: #7B5310;
}
</style>