Shades of Raw Umber #735314
Tints of Raw Umber #735314
RGB
CMYK
RGB Variations
Color information
#735314 (or 0x735314) is known color: Raw Umber. HEX triplet: 73, 53 and 14. RGB value is (115,83,20). Sum of RGB (Red+Green+Blue) = 115+83+20=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #735314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735314 is #8CACEB. Grayscale: #555555. Windows color (decimal): -9219308 or 1332083. OLE color: 1332083.
HSL color Cylindrical-coordinate representation of color #735314: hue angle of 39.79º 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 #735314 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 83 | 20 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.55 |
| HSL | 39.79º | 0.7% | 0.26% | - |
| HSV(B) | 39.79º | 0.83% | 0.45% | - |
| XYZ | 10.29 | 9.88 | 2.03 | - |
| YUV | 85.39 | 91.1 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 20 | 0 | 0.28 | 0.83 | 0.55 | 39.79 | 0.7 | 0.26 |
| Hex | 73 | 53 | 14 | 0 | 1C | 53 | 37 | 28 | 46 | 1A |
| Octal | 163 | 123 | 24 | 0 | 34 | 123 | 67 | 50 | 106 | 32 |
| Binary | 1110011 | 1010011 | 10100 | 0 | 11100 | 1010011 | 110111 | 101000 | 1000110 | 11010 |
Color Harmonies of #735314
Complementary color
Monochromatic Colors of #735314
Black with #735314
Text Example
Text Example
White with #735314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735314; }
p { color: rgb(115,83,20); }
H1.HeaderClassName
{
color: #735314;
}
.AnyTagClassName
{
color: #735314;
}
</style>
background-color css
<style>
a { background-color: #735314; }
a { background-color: rgb(115,83,20); }
div.DivClassName
{
background-color: #735314;
}
.BgClassName
{
background-color: #735314;
}
</style>
border-color css
<style>
span { border-color: #735314; }
span { border-color: rgb(115,83,20); }
td.TdClassName
{
border-color: #735314;
}
.TagClassName
{
border-color: #735314;
}
</style>