Shades of Raw Umber #73501C
Tints of Raw Umber #73501C
RGB
CMYK
RGB Variations
Color information
#73501C (or 0x73501C) is known color: Raw Umber. HEX triplet: 73, 50 and 1C. RGB value is (115,80,28). Sum of RGB (Red+Green+Blue) = 115+80+28=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #73501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73501C is #8CAFE3. Grayscale: #545454. Windows color (decimal): -9220068 or 1855603. OLE color: 1855603.
HSL color Cylindrical-coordinate representation of color #73501C: hue angle of 35.86º 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 #73501C is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 28 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.55 |
| HSL | 35.86º | 0.61% | 0.28% | - |
| HSV(B) | 35.86º | 0.76% | 0.45% | - |
| XYZ | 10.15 | 9.47 | 2.39 | - |
| YUV | 84.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 28 | 0 | 0.30 | 0.76 | 0.55 | 35.86 | 0.61 | 0.28 |
| Hex | 73 | 50 | 1C | 0 | 1E | 4C | 37 | 24 | 3D | 1C |
| Octal | 163 | 120 | 34 | 0 | 36 | 114 | 67 | 44 | 75 | 34 |
| Binary | 1110011 | 1010000 | 11100 | 0 | 11110 | 1001100 | 110111 | 100100 | 111101 | 11100 |
Color Harmonies of #73501C
Complementary color
Monochromatic Colors of #73501C
Black with #73501C
Text Example
Text Example
White with #73501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73501C; }
p { color: rgb(115,80,28); }
H1.HeaderClassName
{
color: #73501C;
}
.AnyTagClassName
{
color: #73501C;
}
</style>
background-color css
<style>
a { background-color: #73501C; }
a { background-color: rgb(115,80,28); }
div.DivClassName
{
background-color: #73501C;
}
.BgClassName
{
background-color: #73501C;
}
</style>
border-color css
<style>
span { border-color: #73501C; }
span { border-color: rgb(115,80,28); }
td.TdClassName
{
border-color: #73501C;
}
.TagClassName
{
border-color: #73501C;
}
</style>