Shades of Raw Umber #73541D
Tints of Raw Umber #73541D
RGB
CMYK
RGB Variations
Color information
#73541D (or 0x73541D) is known color: Raw Umber. HEX triplet: 73, 54 and 1D. RGB value is (115,84,29). Sum of RGB (Red+Green+Blue) = 115+84+29=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #73541D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73541D is #8CABE2. Grayscale: #575757. Windows color (decimal): -9219043 or 1922163. OLE color: 1922163.
HSL color Cylindrical-coordinate representation of color #73541D: hue angle of 38.37º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73541D is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 84 | 29 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.55 |
| HSL | 38.37º | 0.6% | 0.28% | - |
| HSV(B) | 38.37º | 0.75% | 0.45% | - |
| XYZ | 10.46 | 10.07 | 2.56 | - |
| YUV | 87 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 84 | 29 | 0 | 0.27 | 0.75 | 0.55 | 38.37 | 0.6 | 0.28 |
| Hex | 73 | 54 | 1D | 0 | 1B | 4B | 37 | 26 | 3C | 1C |
| Octal | 163 | 124 | 35 | 0 | 33 | 113 | 67 | 46 | 74 | 34 |
| Binary | 1110011 | 1010100 | 11101 | 0 | 11011 | 1001011 | 110111 | 100110 | 111100 | 11100 |
Color Harmonies of #73541D
Complementary color
Monochromatic Colors of #73541D
Black with #73541D
Text Example
Text Example
White with #73541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73541D; }
p { color: rgb(115,84,29); }
H1.HeaderClassName
{
color: #73541D;
}
.AnyTagClassName
{
color: #73541D;
}
</style>
background-color css
<style>
a { background-color: #73541D; }
a { background-color: rgb(115,84,29); }
div.DivClassName
{
background-color: #73541D;
}
.BgClassName
{
background-color: #73541D;
}
</style>
border-color css
<style>
span { border-color: #73541D; }
span { border-color: rgb(115,84,29); }
td.TdClassName
{
border-color: #73541D;
}
.TagClassName
{
border-color: #73541D;
}
</style>