Shades of Raw Umber #73430C
Tints of Raw Umber #73430C
RGB
CMYK
RGB Variations
Color information
#73430C (or 0x73430C) is known color: Raw Umber. HEX triplet: 73, 43 and 0C. RGB value is (115,67,12). Sum of RGB (Red+Green+Blue) = 115+67+12=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #73430C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73430C is #8CBCF3. Grayscale: #4B4B4B. Windows color (decimal): -9223412 or 803699. OLE color: 803699.
HSL color Cylindrical-coordinate representation of color #73430C: hue angle of 32.04º 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 #73430C is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 67 | 12 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.55 |
| HSL | 32.04º | 0.81% | 0.25% | - |
| HSV(B) | 32.04º | 0.9% | 0.45% | - |
| XYZ | 9.14 | 7.69 | 1.35 | - |
| YUV | 75.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 67 | 12 | 0 | 0.42 | 0.90 | 0.55 | 32.04 | 0.81 | 0.25 |
| Hex | 73 | 43 | C | 0 | 2A | 5A | 37 | 20 | 51 | 19 |
| Octal | 163 | 103 | 14 | 0 | 52 | 132 | 67 | 40 | 121 | 31 |
| Binary | 1110011 | 1000011 | 1100 | 0 | 101010 | 1011010 | 110111 | 100000 | 1010001 | 11001 |
Color Harmonies of #73430C
Complementary color
Monochromatic Colors of #73430C
Black with #73430C
Text Example
Text Example
White with #73430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73430C; }
p { color: rgb(115,67,12); }
H1.HeaderClassName
{
color: #73430C;
}
.AnyTagClassName
{
color: #73430C;
}
</style>
background-color css
<style>
a { background-color: #73430C; }
a { background-color: rgb(115,67,12); }
div.DivClassName
{
background-color: #73430C;
}
.BgClassName
{
background-color: #73430C;
}
</style>
border-color css
<style>
span { border-color: #73430C; }
span { border-color: rgb(115,67,12); }
td.TdClassName
{
border-color: #73430C;
}
.TagClassName
{
border-color: #73430C;
}
</style>