Shades of Raw Umber #73521E
Tints of Raw Umber #73521E
RGB
CMYK
RGB Variations
Color information
#73521E (or 0x73521E) is known color: Raw Umber. HEX triplet: 73, 52 and 1E. RGB value is (115,82,30). Sum of RGB (Red+Green+Blue) = 115+82+30=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73521E is #8CADE1. Grayscale: #565656. Windows color (decimal): -9219554 or 1987187. OLE color: 1987187.
HSL color Cylindrical-coordinate representation of color #73521E: hue angle of 36.71º 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 #73521E is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 82 | 30 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.55 |
| HSL | 36.71º | 0.59% | 0.28% | - |
| HSV(B) | 36.71º | 0.74% | 0.45% | - |
| XYZ | 10.32 | 9.77 | 2.57 | - |
| YUV | 85.94 | 96.43 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 30 | 0 | 0.29 | 0.74 | 0.55 | 36.71 | 0.59 | 0.28 |
| Hex | 73 | 52 | 1E | 0 | 1D | 4A | 37 | 25 | 3B | 1C |
| Octal | 163 | 122 | 36 | 0 | 35 | 112 | 67 | 45 | 73 | 34 |
| Binary | 1110011 | 1010010 | 11110 | 0 | 11101 | 1001010 | 110111 | 100101 | 111011 | 11100 |
Color Harmonies of #73521E
Complementary color
Monochromatic Colors of #73521E
Black with #73521E
Text Example
Text Example
White with #73521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73521E; }
p { color: rgb(115,82,30); }
H1.HeaderClassName
{
color: #73521E;
}
.AnyTagClassName
{
color: #73521E;
}
</style>
background-color css
<style>
a { background-color: #73521E; }
a { background-color: rgb(115,82,30); }
div.DivClassName
{
background-color: #73521E;
}
.BgClassName
{
background-color: #73521E;
}
</style>
border-color css
<style>
span { border-color: #73521E; }
span { border-color: rgb(115,82,30); }
td.TdClassName
{
border-color: #73521E;
}
.TagClassName
{
border-color: #73521E;
}
</style>