Shades of Raw Umber #73440A
Tints of Raw Umber #73440A
RGB
CMYK
RGB Variations
Color information
#73440A (or 0x73440A) is known color: Raw Umber. HEX triplet: 73, 44 and 0A. RGB value is (115,68,10). Sum of RGB (Red+Green+Blue) = 115+68+10=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #73440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73440A is #8CBBF5. Grayscale: #4B4B4B. Windows color (decimal): -9223158 or 672883. OLE color: 672883.
HSL color Cylindrical-coordinate representation of color #73440A: hue angle of 33.14º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73440A is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 68 | 10 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.55 |
| HSL | 33.14º | 0.84% | 0.25% | - |
| HSV(B) | 33.14º | 0.91% | 0.45% | - |
| XYZ | 9.19 | 7.8 | 1.31 | - |
| YUV | 75.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 10 | 0 | 0.41 | 0.91 | 0.55 | 33.14 | 0.84 | 0.25 |
| Hex | 73 | 44 | A | 0 | 29 | 5B | 37 | 21 | 54 | 19 |
| Octal | 163 | 104 | 12 | 0 | 51 | 133 | 67 | 41 | 124 | 31 |
| Binary | 1110011 | 1000100 | 1010 | 0 | 101001 | 1011011 | 110111 | 100001 | 1010100 | 11001 |
Color Harmonies of #73440A
Complementary color
Monochromatic Colors of #73440A
Black with #73440A
Text Example
Text Example
White with #73440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73440A; }
p { color: rgb(115,68,10); }
H1.HeaderClassName
{
color: #73440A;
}
.AnyTagClassName
{
color: #73440A;
}
</style>
background-color css
<style>
a { background-color: #73440A; }
a { background-color: rgb(115,68,10); }
div.DivClassName
{
background-color: #73440A;
}
.BgClassName
{
background-color: #73440A;
}
</style>
border-color css
<style>
span { border-color: #73440A; }
span { border-color: rgb(115,68,10); }
td.TdClassName
{
border-color: #73440A;
}
.TagClassName
{
border-color: #73440A;
}
</style>