Shades of Raw Umber #733400
Tints of Raw Umber #733400
RGB
CMYK
RGB Variations
Color information
#733400 (or 0x733400) is known color: Raw Umber. HEX triplet: 73, 34 and 00. RGB value is (115,52,0). Sum of RGB (Red+Green+Blue) = 115+52+0=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #733400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733400 is #8CCBFF. Grayscale: #414141. Windows color (decimal): -9227264 or 13427. OLE color: 13427.
HSL color Cylindrical-coordinate representation of color #733400: hue angle of 27.13º 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 #733400 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 52 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.55 |
| HSL | 27.13º | 1% | 0.23% | - |
| HSV(B) | 27.13º | 1% | 0.45% | - |
| XYZ | 8.3 | 6.1 | 0.74 | - |
| YUV | 64.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 0 | 0 | 0.55 | 1 | 0.55 | 27.13 | 1 | 0.23 |
| Hex | 73 | 34 | 0 | 0 | 37 | 64 | 37 | 1B | 64 | 17 |
| Octal | 163 | 64 | 0 | 0 | 67 | 144 | 67 | 33 | 144 | 27 |
| Binary | 1110011 | 110100 | 0 | 0 | 110111 | 1100100 | 110111 | 11011 | 1100100 | 10111 |
Color Harmonies of #733400
Complementary color
Monochromatic Colors of #733400
Black with #733400
Text Example
Text Example
White with #733400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733400; }
p { color: rgb(115,52,0); }
H1.HeaderClassName
{
color: #733400;
}
.AnyTagClassName
{
color: #733400;
}
</style>
background-color css
<style>
a { background-color: #733400; }
a { background-color: rgb(115,52,0); }
div.DivClassName
{
background-color: #733400;
}
.BgClassName
{
background-color: #733400;
}
</style>
border-color css
<style>
span { border-color: #733400; }
span { border-color: rgb(115,52,0); }
td.TdClassName
{
border-color: #733400;
}
.TagClassName
{
border-color: #733400;
}
</style>