Shades of Raw Umber #73480B
Tints of Raw Umber #73480B
RGB
CMYK
RGB Variations
Color information
#73480B (or 0x73480B) is known color: Raw Umber. HEX triplet: 73, 48 and 0B. RGB value is (115,72,11). Sum of RGB (Red+Green+Blue) = 115+72+11=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #73480B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73480B is #8CB7F4. Grayscale: #4E4E4E. Windows color (decimal): -9222133 or 739443. OLE color: 739443.
HSL color Cylindrical-coordinate representation of color #73480B: hue angle of 35.19º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73480B is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 72 | 11 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.55 |
| HSL | 35.19º | 0.83% | 0.25% | - |
| HSV(B) | 35.19º | 0.9% | 0.45% | - |
| XYZ | 9.45 | 8.3 | 1.42 | - |
| YUV | 77.9 | 90.25 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 11 | 0 | 0.37 | 0.90 | 0.55 | 35.19 | 0.83 | 0.25 |
| Hex | 73 | 48 | B | 0 | 25 | 5A | 37 | 23 | 53 | 19 |
| Octal | 163 | 110 | 13 | 0 | 45 | 132 | 67 | 43 | 123 | 31 |
| Binary | 1110011 | 1001000 | 1011 | 0 | 100101 | 1011010 | 110111 | 100011 | 1010011 | 11001 |
Color Harmonies of #73480B
Complementary color
Monochromatic Colors of #73480B
Black with #73480B
Text Example
Text Example
White with #73480B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73480B; }
p { color: rgb(115,72,11); }
H1.HeaderClassName
{
color: #73480B;
}
.AnyTagClassName
{
color: #73480B;
}
</style>
background-color css
<style>
a { background-color: #73480B; }
a { background-color: rgb(115,72,11); }
div.DivClassName
{
background-color: #73480B;
}
.BgClassName
{
background-color: #73480B;
}
</style>
border-color css
<style>
span { border-color: #73480B; }
span { border-color: rgb(115,72,11); }
td.TdClassName
{
border-color: #73480B;
}
.TagClassName
{
border-color: #73480B;
}
</style>