Shades of Raw Umber #733A00
Tints of Raw Umber #733A00
RGB
CMYK
RGB Variations
Color information
#733A00 (or 0x733A00) is known color: Raw Umber. HEX triplet: 73, 3A and 00. RGB value is (115,58,0). Sum of RGB (Red+Green+Blue) = 115+58+0=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #733A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733A00 is #8CC5FF. Grayscale: #444444. Windows color (decimal): -9225728 or 14963. OLE color: 14963.
HSL color Cylindrical-coordinate representation of color #733A00: hue angle of 30.26º 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 #733A00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.55 |
| HSL | 30.26º | 1% | 0.23% | - |
| HSV(B) | 30.26º | 1% | 0.45% | - |
| XYZ | 8.58 | 6.67 | 0.84 | - |
| YUV | 68.43 | 89.38 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 0 | 0 | 0.50 | 1 | 0.55 | 30.26 | 1 | 0.23 |
| Hex | 73 | 3A | 0 | 0 | 32 | 64 | 37 | 1E | 64 | 17 |
| Octal | 163 | 72 | 0 | 0 | 62 | 144 | 67 | 36 | 144 | 27 |
| Binary | 1110011 | 111010 | 0 | 0 | 110010 | 1100100 | 110111 | 11110 | 1100100 | 10111 |
Color Harmonies of #733A00
Complementary color
Monochromatic Colors of #733A00
Black with #733A00
Text Example
Text Example
White with #733A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A00; }
p { color: rgb(115,58,0); }
H1.HeaderClassName
{
color: #733A00;
}
.AnyTagClassName
{
color: #733A00;
}
</style>
background-color css
<style>
a { background-color: #733A00; }
a { background-color: rgb(115,58,0); }
div.DivClassName
{
background-color: #733A00;
}
.BgClassName
{
background-color: #733A00;
}
</style>
border-color css
<style>
span { border-color: #733A00; }
span { border-color: rgb(115,58,0); }
td.TdClassName
{
border-color: #733A00;
}
.TagClassName
{
border-color: #733A00;
}
</style>