Shades of Raw Umber #73530D
Tints of Raw Umber #73530D
RGB
CMYK
RGB Variations
Color information
#73530D (or 0x73530D) is known color: Raw Umber. HEX triplet: 73, 53 and 0D. RGB value is (115,83,13). Sum of RGB (Red+Green+Blue) = 115+83+13=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73530D is #8CACF2. Grayscale: #545454. Windows color (decimal): -9219315 or 873331. OLE color: 873331.
HSL color Cylindrical-coordinate representation of color #73530D: hue angle of 41.18º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73530D is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 83 | 13 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.55 |
| HSL | 41.18º | 0.8% | 0.25% | - |
| HSV(B) | 41.18º | 0.89% | 0.45% | - |
| XYZ | 10.24 | 9.86 | 1.74 | - |
| YUV | 84.59 | 87.6 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 13 | 0 | 0.28 | 0.89 | 0.55 | 41.18 | 0.8 | 0.25 |
| Hex | 73 | 53 | D | 0 | 1C | 59 | 37 | 29 | 50 | 19 |
| Octal | 163 | 123 | 15 | 0 | 34 | 131 | 67 | 51 | 120 | 31 |
| Binary | 1110011 | 1010011 | 1101 | 0 | 11100 | 1011001 | 110111 | 101001 | 1010000 | 11001 |
Color Harmonies of #73530D
Complementary color
Monochromatic Colors of #73530D
Black with #73530D
Text Example
Text Example
White with #73530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73530D; }
p { color: rgb(115,83,13); }
H1.HeaderClassName
{
color: #73530D;
}
.AnyTagClassName
{
color: #73530D;
}
</style>
background-color css
<style>
a { background-color: #73530D; }
a { background-color: rgb(115,83,13); }
div.DivClassName
{
background-color: #73530D;
}
.BgClassName
{
background-color: #73530D;
}
</style>
border-color css
<style>
span { border-color: #73530D; }
span { border-color: rgb(115,83,13); }
td.TdClassName
{
border-color: #73530D;
}
.TagClassName
{
border-color: #73530D;
}
</style>