Shades of Raw Umber #73501E
Tints of Raw Umber #73501E
RGB
CMYK
RGB Variations
Color information
#73501E (or 0x73501E) is known color: Raw Umber. HEX triplet: 73, 50 and 1E. RGB value is (115,80,30). Sum of RGB (Red+Green+Blue) = 115+80+30=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73501E is #8CAFE1. Grayscale: #545454. Windows color (decimal): -9220066 or 1986675. OLE color: 1986675.
HSL color Cylindrical-coordinate representation of color #73501E: hue angle of 35.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73501E is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 30 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.55 |
| HSL | 35.29º | 0.59% | 0.28% | - |
| HSV(B) | 35.29º | 0.74% | 0.45% | - |
| XYZ | 10.17 | 9.48 | 2.52 | - |
| YUV | 84.77 | 97.1 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 30 | 0 | 0.30 | 0.74 | 0.55 | 35.29 | 0.59 | 0.28 |
| Hex | 73 | 50 | 1E | 0 | 1E | 4A | 37 | 23 | 3B | 1C |
| Octal | 163 | 120 | 36 | 0 | 36 | 112 | 67 | 43 | 73 | 34 |
| Binary | 1110011 | 1010000 | 11110 | 0 | 11110 | 1001010 | 110111 | 100011 | 111011 | 11100 |
Color Harmonies of #73501E
Complementary color
Monochromatic Colors of #73501E
Black with #73501E
Text Example
Text Example
White with #73501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73501E; }
p { color: rgb(115,80,30); }
H1.HeaderClassName
{
color: #73501E;
}
.AnyTagClassName
{
color: #73501E;
}
</style>
background-color css
<style>
a { background-color: #73501E; }
a { background-color: rgb(115,80,30); }
div.DivClassName
{
background-color: #73501E;
}
.BgClassName
{
background-color: #73501E;
}
</style>
border-color css
<style>
span { border-color: #73501E; }
span { border-color: rgb(115,80,30); }
td.TdClassName
{
border-color: #73501E;
}
.TagClassName
{
border-color: #73501E;
}
</style>