Shades of Raw Umber #734615
Tints of Raw Umber #734615
RGB
CMYK
RGB Variations
Color information
#734615 (or 0x734615) is known color: Raw Umber. HEX triplet: 73, 46 and 15. RGB value is (115,70,21). Sum of RGB (Red+Green+Blue) = 115+70+21=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #734615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734615 is #8CB9EA. Grayscale: #4E4E4E. Windows color (decimal): -9222635 or 1394291. OLE color: 1394291.
HSL color Cylindrical-coordinate representation of color #734615: hue angle of 31.28º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #734615 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 70 | 21 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.55 |
| HSL | 31.28º | 0.69% | 0.27% | - |
| HSV(B) | 31.28º | 0.82% | 0.45% | - |
| XYZ | 9.4 | 8.08 | 1.77 | - |
| YUV | 77.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 70 | 21 | 0 | 0.39 | 0.82 | 0.55 | 31.28 | 0.69 | 0.27 |
| Hex | 73 | 46 | 15 | 0 | 27 | 52 | 37 | 1F | 45 | 1B |
| Octal | 163 | 106 | 25 | 0 | 47 | 122 | 67 | 37 | 105 | 33 |
| Binary | 1110011 | 1000110 | 10101 | 0 | 100111 | 1010010 | 110111 | 11111 | 1000101 | 11011 |
Color Harmonies of #734615
Complementary color
Monochromatic Colors of #734615
Black with #734615
Text Example
Text Example
White with #734615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734615; }
p { color: rgb(115,70,21); }
H1.HeaderClassName
{
color: #734615;
}
.AnyTagClassName
{
color: #734615;
}
</style>
background-color css
<style>
a { background-color: #734615; }
a { background-color: rgb(115,70,21); }
div.DivClassName
{
background-color: #734615;
}
.BgClassName
{
background-color: #734615;
}
</style>
border-color css
<style>
span { border-color: #734615; }
span { border-color: rgb(115,70,21); }
td.TdClassName
{
border-color: #734615;
}
.TagClassName
{
border-color: #734615;
}
</style>