Shades of Raw Umber #73540F
Tints of Raw Umber #73540F
RGB
CMYK
RGB Variations
Color information
#73540F (or 0x73540F) is known color: Raw Umber. HEX triplet: 73, 54 and 0F. RGB value is (115,84,15). Sum of RGB (Red+Green+Blue) = 115+84+15=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73540F is #8CABF0. Grayscale: #555555. Windows color (decimal): -9219057 or 1004659. OLE color: 1004659.
HSL color Cylindrical-coordinate representation of color #73540F: hue angle of 41.4º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73540F is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 84 | 15 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.55 |
| HSL | 41.4º | 0.77% | 0.25% | - |
| HSV(B) | 41.4º | 0.87% | 0.45% | - |
| XYZ | 10.33 | 10.02 | 1.84 | - |
| YUV | 85.4 | 88.27 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 84 | 15 | 0 | 0.27 | 0.87 | 0.55 | 41.4 | 0.77 | 0.25 |
| Hex | 73 | 54 | F | 0 | 1B | 57 | 37 | 29 | 4D | 19 |
| Octal | 163 | 124 | 17 | 0 | 33 | 127 | 67 | 51 | 115 | 31 |
| Binary | 1110011 | 1010100 | 1111 | 0 | 11011 | 1010111 | 110111 | 101001 | 1001101 | 11001 |
Color Harmonies of #73540F
Complementary color
Monochromatic Colors of #73540F
Black with #73540F
Text Example
Text Example
White with #73540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73540F; }
p { color: rgb(115,84,15); }
H1.HeaderClassName
{
color: #73540F;
}
.AnyTagClassName
{
color: #73540F;
}
</style>
background-color css
<style>
a { background-color: #73540F; }
a { background-color: rgb(115,84,15); }
div.DivClassName
{
background-color: #73540F;
}
.BgClassName
{
background-color: #73540F;
}
</style>
border-color css
<style>
span { border-color: #73540F; }
span { border-color: rgb(115,84,15); }
td.TdClassName
{
border-color: #73540F;
}
.TagClassName
{
border-color: #73540F;
}
</style>