Shades of Raw Umber #734401
Tints of Raw Umber #734401
RGB
CMYK
RGB Variations
Color information
#734401 (or 0x734401) is known color: Raw Umber. HEX triplet: 73, 44 and 01. RGB value is (115,68,1). Sum of RGB (Red+Green+Blue) = 115+68+1=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #734401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734401 is #8CBBFE. Grayscale: #4A4A4A. Windows color (decimal): -9223167 or 83059. OLE color: 83059.
HSL color Cylindrical-coordinate representation of color #734401: hue angle of 35.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #734401 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 68 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.55 |
| HSL | 35.26º | 0.98% | 0.23% | - |
| HSV(B) | 35.26º | 0.99% | 0.45% | - |
| XYZ | 9.14 | 7.78 | 1.05 | - |
| YUV | 74.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 1 | 0 | 0.41 | 0.99 | 0.55 | 35.26 | 0.98 | 0.23 |
| Hex | 73 | 44 | 1 | 0 | 29 | 63 | 37 | 23 | 62 | 17 |
| Octal | 163 | 104 | 1 | 0 | 51 | 143 | 67 | 43 | 142 | 27 |
| Binary | 1110011 | 1000100 | 1 | 0 | 101001 | 1100011 | 110111 | 100011 | 1100010 | 10111 |
Color Harmonies of #734401
Complementary color
Monochromatic Colors of #734401
Black with #734401
Text Example
Text Example
White with #734401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734401; }
p { color: rgb(115,68,1); }
H1.HeaderClassName
{
color: #734401;
}
.AnyTagClassName
{
color: #734401;
}
</style>
background-color css
<style>
a { background-color: #734401; }
a { background-color: rgb(115,68,1); }
div.DivClassName
{
background-color: #734401;
}
.BgClassName
{
background-color: #734401;
}
</style>
border-color css
<style>
span { border-color: #734401; }
span { border-color: rgb(115,68,1); }
td.TdClassName
{
border-color: #734401;
}
.TagClassName
{
border-color: #734401;
}
</style>