Shades of Raw Umber #734414
Tints of Raw Umber #734414
RGB
CMYK
RGB Variations
Color information
#734414 (or 0x734414) is known color: Raw Umber. HEX triplet: 73, 44 and 14. RGB value is (115,68,20). Sum of RGB (Red+Green+Blue) = 115+68+20=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #734414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734414 is #8CBBEB. Grayscale: #4C4C4C. Windows color (decimal): -9223148 or 1328243. OLE color: 1328243.
HSL color Cylindrical-coordinate representation of color #734414: hue angle of 30.32º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #734414 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 68 | 20 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.55 |
| HSL | 30.32º | 0.7% | 0.26% | - |
| HSV(B) | 30.32º | 0.83% | 0.45% | - |
| XYZ | 9.26 | 7.83 | 1.68 | - |
| YUV | 76.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 20 | 0 | 0.41 | 0.83 | 0.55 | 30.32 | 0.7 | 0.26 |
| Hex | 73 | 44 | 14 | 0 | 29 | 53 | 37 | 1E | 46 | 1A |
| Octal | 163 | 104 | 24 | 0 | 51 | 123 | 67 | 36 | 106 | 32 |
| Binary | 1110011 | 1000100 | 10100 | 0 | 101001 | 1010011 | 110111 | 11110 | 1000110 | 11010 |
Color Harmonies of #734414
Complementary color
Monochromatic Colors of #734414
Black with #734414
Text Example
Text Example
White with #734414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734414; }
p { color: rgb(115,68,20); }
H1.HeaderClassName
{
color: #734414;
}
.AnyTagClassName
{
color: #734414;
}
</style>
background-color css
<style>
a { background-color: #734414; }
a { background-color: rgb(115,68,20); }
div.DivClassName
{
background-color: #734414;
}
.BgClassName
{
background-color: #734414;
}
</style>
border-color css
<style>
span { border-color: #734414; }
span { border-color: rgb(115,68,20); }
td.TdClassName
{
border-color: #734414;
}
.TagClassName
{
border-color: #734414;
}
</style>