Shades of Raw Umber #733200
Tints of Raw Umber #733200
RGB
CMYK
RGB Variations
Color information
#733200 (or 0x733200) is known color: Raw Umber. HEX triplet: 73, 32 and 00. RGB value is (115,50,0). Sum of RGB (Red+Green+Blue) = 115+50+0=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #733200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733200 is #8CCDFF. Grayscale: #404040. Windows color (decimal): -9227776 or 12915. OLE color: 12915.
HSL color Cylindrical-coordinate representation of color #733200: hue angle of 26.09º 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 #733200 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 50 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.55 |
| HSL | 26.09º | 1% | 0.23% | - |
| HSV(B) | 26.09º | 1% | 0.45% | - |
| XYZ | 8.21 | 5.93 | 0.71 | - |
| YUV | 63.74 | 92.03 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 0 | 0 | 0.57 | 1 | 0.55 | 26.09 | 1 | 0.23 |
| Hex | 73 | 32 | 0 | 0 | 39 | 64 | 37 | 1A | 64 | 17 |
| Octal | 163 | 62 | 0 | 0 | 71 | 144 | 67 | 32 | 144 | 27 |
| Binary | 1110011 | 110010 | 0 | 0 | 111001 | 1100100 | 110111 | 11010 | 1100100 | 10111 |
Color Harmonies of #733200
Complementary color
Monochromatic Colors of #733200
Black with #733200
Text Example
Text Example
White with #733200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733200; }
p { color: rgb(115,50,0); }
H1.HeaderClassName
{
color: #733200;
}
.AnyTagClassName
{
color: #733200;
}
</style>
background-color css
<style>
a { background-color: #733200; }
a { background-color: rgb(115,50,0); }
div.DivClassName
{
background-color: #733200;
}
.BgClassName
{
background-color: #733200;
}
</style>
border-color css
<style>
span { border-color: #733200; }
span { border-color: rgb(115,50,0); }
td.TdClassName
{
border-color: #733200;
}
.TagClassName
{
border-color: #733200;
}
</style>