Shades of Raw Umber #73501A
Tints of Raw Umber #73501A
RGB
CMYK
RGB Variations
Color information
#73501A (or 0x73501A) is known color: Raw Umber. HEX triplet: 73, 50 and 1A. RGB value is (115,80,26). Sum of RGB (Red+Green+Blue) = 115+80+26=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #73501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73501A is #8CAFE5. Grayscale: #545454. Windows color (decimal): -9220070 or 1724531. OLE color: 1724531.
HSL color Cylindrical-coordinate representation of color #73501A: hue angle of 36.4º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73501A is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 26 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.55 |
| HSL | 36.4º | 0.63% | 0.28% | - |
| HSV(B) | 36.4º | 0.77% | 0.45% | - |
| XYZ | 10.13 | 9.46 | 2.27 | - |
| YUV | 84.31 | 95.1 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 26 | 0 | 0.30 | 0.77 | 0.55 | 36.4 | 0.63 | 0.28 |
| Hex | 73 | 50 | 1A | 0 | 1E | 4D | 37 | 24 | 3F | 1C |
| Octal | 163 | 120 | 32 | 0 | 36 | 115 | 67 | 44 | 77 | 34 |
| Binary | 1110011 | 1010000 | 11010 | 0 | 11110 | 1001101 | 110111 | 100100 | 111111 | 11100 |
Color Harmonies of #73501A
Complementary color
Monochromatic Colors of #73501A
Black with #73501A
Text Example
Text Example
White with #73501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73501A; }
p { color: rgb(115,80,26); }
H1.HeaderClassName
{
color: #73501A;
}
.AnyTagClassName
{
color: #73501A;
}
</style>
background-color css
<style>
a { background-color: #73501A; }
a { background-color: rgb(115,80,26); }
div.DivClassName
{
background-color: #73501A;
}
.BgClassName
{
background-color: #73501A;
}
</style>
border-color css
<style>
span { border-color: #73501A; }
span { border-color: rgb(115,80,26); }
td.TdClassName
{
border-color: #73501A;
}
.TagClassName
{
border-color: #73501A;
}
</style>