Shades of Raw Umber #734500
Tints of Raw Umber #734500
RGB
CMYK
RGB Variations
Color information
#734500 (or 0x734500) is known color: Raw Umber. HEX triplet: 73, 45 and 00. RGB value is (115,69,0). Sum of RGB (Red+Green+Blue) = 115+69+0=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #734500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734500 is #8CBAFF. Grayscale: #4B4B4B. Windows color (decimal): -9222912 or 17779. OLE color: 17779.
HSL color Cylindrical-coordinate representation of color #734500: hue angle of 36º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #734500 is Cyan = 0, Magento = 0.4, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 69 | 0 | - |
| CMYK | 0 | 0.4 | 1 | 0.55 |
| HSL | 36º | 1% | 0.23% | - |
| HSV(B) | 36º | 1% | 0.45% | - |
| XYZ | 9.2 | 7.9 | 1.04 | - |
| YUV | 74.89 | 85.74 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 0 | 0 | 0.4 | 1 | 0.55 | 36 | 1 | 0.23 |
| Hex | 73 | 45 | 0 | 0 | 28 | 64 | 37 | 24 | 64 | 17 |
| Octal | 163 | 105 | 0 | 0 | 50 | 144 | 67 | 44 | 144 | 27 |
| Binary | 1110011 | 1000101 | 0 | 0 | 101000 | 1100100 | 110111 | 100100 | 1100100 | 10111 |
Color Harmonies of #734500
Complementary color
Monochromatic Colors of #734500
Black with #734500
Text Example
Text Example
White with #734500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734500; }
p { color: rgb(115,69,0); }
H1.HeaderClassName
{
color: #734500;
}
.AnyTagClassName
{
color: #734500;
}
</style>
background-color css
<style>
a { background-color: #734500; }
a { background-color: rgb(115,69,0); }
div.DivClassName
{
background-color: #734500;
}
.BgClassName
{
background-color: #734500;
}
</style>
border-color css
<style>
span { border-color: #734500; }
span { border-color: rgb(115,69,0); }
td.TdClassName
{
border-color: #734500;
}
.TagClassName
{
border-color: #734500;
}
</style>