Shades of Raw Umber #733D06
Tints of Raw Umber #733D06
RGB
CMYK
RGB Variations
Color information
#733D06 (or 0x733D06) is known color: Raw Umber. HEX triplet: 73, 3D and 06. RGB value is (115,61,6). Sum of RGB (Red+Green+Blue) = 115+61+6=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #733D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733D06 is #8CC2F9. Grayscale: #474747. Windows color (decimal): -9224954 or 408947. OLE color: 408947.
HSL color Cylindrical-coordinate representation of color #733D06: hue angle of 30.28º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #733D06 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 61 | 6 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.55 |
| HSL | 30.28º | 0.9% | 0.24% | - |
| HSV(B) | 30.28º | 0.95% | 0.45% | - |
| XYZ | 8.77 | 7 | 1.06 | - |
| YUV | 70.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 6 | 0 | 0.47 | 0.95 | 0.55 | 30.28 | 0.9 | 0.24 |
| Hex | 73 | 3D | 6 | 0 | 2F | 5F | 37 | 1E | 5A | 18 |
| Octal | 163 | 75 | 6 | 0 | 57 | 137 | 67 | 36 | 132 | 30 |
| Binary | 1110011 | 111101 | 110 | 0 | 101111 | 1011111 | 110111 | 11110 | 1011010 | 11000 |
Color Harmonies of #733D06
Complementary color
Monochromatic Colors of #733D06
Black with #733D06
Text Example
Text Example
White with #733D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733D06; }
p { color: rgb(115,61,6); }
H1.HeaderClassName
{
color: #733D06;
}
.AnyTagClassName
{
color: #733D06;
}
</style>
background-color css
<style>
a { background-color: #733D06; }
a { background-color: rgb(115,61,6); }
div.DivClassName
{
background-color: #733D06;
}
.BgClassName
{
background-color: #733D06;
}
</style>
border-color css
<style>
span { border-color: #733D06; }
span { border-color: rgb(115,61,6); }
td.TdClassName
{
border-color: #733D06;
}
.TagClassName
{
border-color: #733D06;
}
</style>