Shades of Raw Umber #733C01
Tints of Raw Umber #733C01
RGB
CMYK
RGB Variations
Color information
#733C01 (or 0x733C01) is known color: Raw Umber. HEX triplet: 73, 3C and 01. RGB value is (115,60,1). Sum of RGB (Red+Green+Blue) = 115+60+1=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #733C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733C01 is #8CC3FE. Grayscale: #464646. Windows color (decimal): -9225215 or 81011. OLE color: 81011.
HSL color Cylindrical-coordinate representation of color #733C01: hue angle of 31.05º 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 #733C01 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.55 |
| HSL | 31.05º | 0.98% | 0.23% | - |
| HSV(B) | 31.05º | 0.99% | 0.45% | - |
| XYZ | 8.69 | 6.88 | 0.9 | - |
| YUV | 69.72 | 89.22 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 1 | 0 | 0.48 | 0.99 | 0.55 | 31.05 | 0.98 | 0.23 |
| Hex | 73 | 3C | 1 | 0 | 30 | 63 | 37 | 1F | 62 | 17 |
| Octal | 163 | 74 | 1 | 0 | 60 | 143 | 67 | 37 | 142 | 27 |
| Binary | 1110011 | 111100 | 1 | 0 | 110000 | 1100011 | 110111 | 11111 | 1100010 | 10111 |
Color Harmonies of #733C01
Complementary color
Monochromatic Colors of #733C01
Black with #733C01
Text Example
Text Example
White with #733C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C01; }
p { color: rgb(115,60,1); }
H1.HeaderClassName
{
color: #733C01;
}
.AnyTagClassName
{
color: #733C01;
}
</style>
background-color css
<style>
a { background-color: #733C01; }
a { background-color: rgb(115,60,1); }
div.DivClassName
{
background-color: #733C01;
}
.BgClassName
{
background-color: #733C01;
}
</style>
border-color css
<style>
span { border-color: #733C01; }
span { border-color: rgb(115,60,1); }
td.TdClassName
{
border-color: #733C01;
}
.TagClassName
{
border-color: #733C01;
}
</style>