Shades of Raw Umber #733C00
Tints of Raw Umber #733C00
RGB
CMYK
RGB Variations
Color information
#733C00 (or 0x733C00) is known color: Raw Umber. HEX triplet: 73, 3C and 00. RGB value is (115,60,0). Sum of RGB (Red+Green+Blue) = 115+60+0=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #733C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733C00 is #8CC3FF. Grayscale: #454545. Windows color (decimal): -9225216 or 15475. OLE color: 15475.
HSL color Cylindrical-coordinate representation of color #733C00: hue angle of 31.3º 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 #733C00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.55 |
| HSL | 31.3º | 1% | 0.23% | - |
| HSV(B) | 31.3º | 1% | 0.45% | - |
| XYZ | 8.69 | 6.88 | 0.87 | - |
| YUV | 69.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 0 | 0 | 0.48 | 1 | 0.55 | 31.3 | 1 | 0.23 |
| Hex | 73 | 3C | 0 | 0 | 30 | 64 | 37 | 1F | 64 | 17 |
| Octal | 163 | 74 | 0 | 0 | 60 | 144 | 67 | 37 | 144 | 27 |
| Binary | 1110011 | 111100 | 0 | 0 | 110000 | 1100100 | 110111 | 11111 | 1100100 | 10111 |
Color Harmonies of #733C00
Complementary color
Monochromatic Colors of #733C00
Black with #733C00
Text Example
Text Example
White with #733C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C00; }
p { color: rgb(115,60,0); }
H1.HeaderClassName
{
color: #733C00;
}
.AnyTagClassName
{
color: #733C00;
}
</style>
background-color css
<style>
a { background-color: #733C00; }
a { background-color: rgb(115,60,0); }
div.DivClassName
{
background-color: #733C00;
}
.BgClassName
{
background-color: #733C00;
}
</style>
border-color css
<style>
span { border-color: #733C00; }
span { border-color: rgb(115,60,0); }
td.TdClassName
{
border-color: #733C00;
}
.TagClassName
{
border-color: #733C00;
}
</style>