Shades of Raw Umber #734204
Tints of Raw Umber #734204
RGB
CMYK
RGB Variations
Color information
#734204 (or 0x734204) is known color: Raw Umber. HEX triplet: 73, 42 and 04. RGB value is (115,66,4). Sum of RGB (Red+Green+Blue) = 115+66+4=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #734204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734204 is #8CBDFB. Grayscale: #494949. Windows color (decimal): -9223676 or 279155. OLE color: 279155.
HSL color Cylindrical-coordinate representation of color #734204: hue angle of 33.51º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #734204 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 66 | 4 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.55 |
| HSL | 33.51º | 0.93% | 0.23% | - |
| HSV(B) | 33.51º | 0.97% | 0.45% | - |
| XYZ | 9.04 | 7.55 | 1.1 | - |
| YUV | 73.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 4 | 0 | 0.43 | 0.97 | 0.55 | 33.51 | 0.93 | 0.23 |
| Hex | 73 | 42 | 4 | 0 | 2B | 61 | 37 | 22 | 5D | 17 |
| Octal | 163 | 102 | 4 | 0 | 53 | 141 | 67 | 42 | 135 | 27 |
| Binary | 1110011 | 1000010 | 100 | 0 | 101011 | 1100001 | 110111 | 100010 | 1011101 | 10111 |
Color Harmonies of #734204
Complementary color
Monochromatic Colors of #734204
Black with #734204
Text Example
Text Example
White with #734204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734204; }
p { color: rgb(115,66,4); }
H1.HeaderClassName
{
color: #734204;
}
.AnyTagClassName
{
color: #734204;
}
</style>
background-color css
<style>
a { background-color: #734204; }
a { background-color: rgb(115,66,4); }
div.DivClassName
{
background-color: #734204;
}
.BgClassName
{
background-color: #734204;
}
</style>
border-color css
<style>
span { border-color: #734204; }
span { border-color: rgb(115,66,4); }
td.TdClassName
{
border-color: #734204;
}
.TagClassName
{
border-color: #734204;
}
</style>