Shades of Raw Umber #73521C
Tints of Raw Umber #73521C
RGB
CMYK
RGB Variations
Color information
#73521C (or 0x73521C) is known color: Raw Umber. HEX triplet: 73, 52 and 1C. RGB value is (115,82,28). Sum of RGB (Red+Green+Blue) = 115+82+28=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73521C is #8CADE3. Grayscale: #555555. Windows color (decimal): -9219556 or 1856115. OLE color: 1856115.
HSL color Cylindrical-coordinate representation of color #73521C: hue angle of 37.24º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73521C is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 82 | 28 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.55 |
| HSL | 37.24º | 0.61% | 0.28% | - |
| HSV(B) | 37.24º | 0.76% | 0.45% | - |
| XYZ | 10.3 | 9.76 | 2.44 | - |
| YUV | 85.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 28 | 0 | 0.29 | 0.76 | 0.55 | 37.24 | 0.61 | 0.28 |
| Hex | 73 | 52 | 1C | 0 | 1D | 4C | 37 | 25 | 3D | 1C |
| Octal | 163 | 122 | 34 | 0 | 35 | 114 | 67 | 45 | 75 | 34 |
| Binary | 1110011 | 1010010 | 11100 | 0 | 11101 | 1001100 | 110111 | 100101 | 111101 | 11100 |
Color Harmonies of #73521C
Complementary color
Monochromatic Colors of #73521C
Black with #73521C
Text Example
Text Example
White with #73521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73521C; }
p { color: rgb(115,82,28); }
H1.HeaderClassName
{
color: #73521C;
}
.AnyTagClassName
{
color: #73521C;
}
</style>
background-color css
<style>
a { background-color: #73521C; }
a { background-color: rgb(115,82,28); }
div.DivClassName
{
background-color: #73521C;
}
.BgClassName
{
background-color: #73521C;
}
</style>
border-color css
<style>
span { border-color: #73521C; }
span { border-color: rgb(115,82,28); }
td.TdClassName
{
border-color: #73521C;
}
.TagClassName
{
border-color: #73521C;
}
</style>