Shades of Raw Umber #73500C
Tints of Raw Umber #73500C
RGB
CMYK
RGB Variations
Color information
#73500C (or 0x73500C) is known color: Raw Umber. HEX triplet: 73, 50 and 0C. RGB value is (115,80,12). Sum of RGB (Red+Green+Blue) = 115+80+12=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #73500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73500C is #8CAFF3. Grayscale: #535353. Windows color (decimal): -9220084 or 807027. OLE color: 807027.
HSL color Cylindrical-coordinate representation of color #73500C: hue angle of 39.61º degrees, saturation: 0.81, 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 #73500C is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 12 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.55 |
| HSL | 39.61º | 0.81% | 0.25% | - |
| HSV(B) | 39.61º | 0.9% | 0.45% | - |
| XYZ | 10.01 | 9.41 | 1.64 | - |
| YUV | 82.71 | 88.1 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 12 | 0 | 0.30 | 0.90 | 0.55 | 39.61 | 0.81 | 0.25 |
| Hex | 73 | 50 | C | 0 | 1E | 5A | 37 | 28 | 51 | 19 |
| Octal | 163 | 120 | 14 | 0 | 36 | 132 | 67 | 50 | 121 | 31 |
| Binary | 1110011 | 1010000 | 1100 | 0 | 11110 | 1011010 | 110111 | 101000 | 1010001 | 11001 |
Color Harmonies of #73500C
Complementary color
Monochromatic Colors of #73500C
Black with #73500C
Text Example
Text Example
White with #73500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73500C; }
p { color: rgb(115,80,12); }
H1.HeaderClassName
{
color: #73500C;
}
.AnyTagClassName
{
color: #73500C;
}
</style>
background-color css
<style>
a { background-color: #73500C; }
a { background-color: rgb(115,80,12); }
div.DivClassName
{
background-color: #73500C;
}
.BgClassName
{
background-color: #73500C;
}
</style>
border-color css
<style>
span { border-color: #73500C; }
span { border-color: rgb(115,80,12); }
td.TdClassName
{
border-color: #73500C;
}
.TagClassName
{
border-color: #73500C;
}
</style>