Shades of Raw Umber #73501D
Tints of Raw Umber #73501D
RGB
CMYK
RGB Variations
Color information
#73501D (or 0x73501D) is known color: Raw Umber. HEX triplet: 73, 50 and 1D. RGB value is (115,80,29). Sum of RGB (Red+Green+Blue) = 115+80+29=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73501D is #8CAFE2. Grayscale: #545454. Windows color (decimal): -9220067 or 1921139. OLE color: 1921139.
HSL color Cylindrical-coordinate representation of color #73501D: hue angle of 35.58º 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 #73501D is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 29 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.55 |
| HSL | 35.58º | 0.6% | 0.28% | - |
| HSV(B) | 35.58º | 0.75% | 0.45% | - |
| XYZ | 10.16 | 9.47 | 2.45 | - |
| YUV | 84.65 | 96.6 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 29 | 0 | 0.30 | 0.75 | 0.55 | 35.58 | 0.6 | 0.28 |
| Hex | 73 | 50 | 1D | 0 | 1E | 4B | 37 | 24 | 3C | 1C |
| Octal | 163 | 120 | 35 | 0 | 36 | 113 | 67 | 44 | 74 | 34 |
| Binary | 1110011 | 1010000 | 11101 | 0 | 11110 | 1001011 | 110111 | 100100 | 111100 | 11100 |
Color Harmonies of #73501D
Complementary color
Monochromatic Colors of #73501D
Black with #73501D
Text Example
Text Example
White with #73501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73501D; }
p { color: rgb(115,80,29); }
H1.HeaderClassName
{
color: #73501D;
}
.AnyTagClassName
{
color: #73501D;
}
</style>
background-color css
<style>
a { background-color: #73501D; }
a { background-color: rgb(115,80,29); }
div.DivClassName
{
background-color: #73501D;
}
.BgClassName
{
background-color: #73501D;
}
</style>
border-color css
<style>
span { border-color: #73501D; }
span { border-color: rgb(115,80,29); }
td.TdClassName
{
border-color: #73501D;
}
.TagClassName
{
border-color: #73501D;
}
</style>