Shades of Raw Umber #7B5303
Tints of Raw Umber #7B5303
RGB
CMYK
RGB Variations
Color information
#7B5303 (or 0x7B5303) is known color: Raw Umber. HEX triplet: 7B, 53 and 03. RGB value is (123,83,3). Sum of RGB (Red+Green+Blue) = 123+83+3=209 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.85% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5303 is #84ACFC. Grayscale: #565656. Windows color (decimal): -8695037 or 217979. OLE color: 217979.
HSL color Cylindrical-coordinate representation of color #7B5303: hue angle of 40º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B5303 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 83 | 3 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.52 |
| HSL | 40º | 0.95% | 0.25% | - |
| HSV(B) | 40º | 0.98% | 0.48% | - |
| XYZ | 11.28 | 10.4 | 1.5 | - |
| YUV | 85.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 83 | 3 | 0 | 0.33 | 0.98 | 0.52 | 40 | 0.95 | 0.25 |
| Hex | 7B | 53 | 3 | 0 | 21 | 62 | 34 | 28 | 5F | 19 |
| Octal | 173 | 123 | 3 | 0 | 41 | 142 | 64 | 50 | 137 | 31 |
| Binary | 1111011 | 1010011 | 11 | 0 | 100001 | 1100010 | 110100 | 101000 | 1011111 | 11001 |
Color Harmonies of #7B5303
Complementary color
Monochromatic Colors of #7B5303
Black with #7B5303
Text Example
Text Example
White with #7B5303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5303; }
p { color: rgb(123,83,3); }
H1.HeaderClassName
{
color: #7B5303;
}
.AnyTagClassName
{
color: #7B5303;
}
</style>
background-color css
<style>
a { background-color: #7B5303; }
a { background-color: rgb(123,83,3); }
div.DivClassName
{
background-color: #7B5303;
}
.BgClassName
{
background-color: #7B5303;
}
</style>
border-color css
<style>
span { border-color: #7B5303; }
span { border-color: rgb(123,83,3); }
td.TdClassName
{
border-color: #7B5303;
}
.TagClassName
{
border-color: #7B5303;
}
</style>