Shades of Raw Umber #733B0C
Tints of Raw Umber #733B0C
RGB
CMYK
RGB Variations
Color information
#733B0C (or 0x733B0C) is known color: Raw Umber. HEX triplet: 73, 3B and 0C. RGB value is (115,59,12). Sum of RGB (Red+Green+Blue) = 115+59+12=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #733B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733B0C is #8CC4F3. Grayscale: #464646. Windows color (decimal): -9225460 or 801651. OLE color: 801651.
HSL color Cylindrical-coordinate representation of color #733B0C: hue angle of 27.38º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #733B0C is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 59 | 12 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.55 |
| HSL | 27.38º | 0.81% | 0.25% | - |
| HSV(B) | 27.38º | 0.9% | 0.45% | - |
| XYZ | 8.7 | 6.8 | 1.2 | - |
| YUV | 70.39 | 95.05 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 12 | 0 | 0.49 | 0.90 | 0.55 | 27.38 | 0.81 | 0.25 |
| Hex | 73 | 3B | C | 0 | 31 | 5A | 37 | 1B | 51 | 19 |
| Octal | 163 | 73 | 14 | 0 | 61 | 132 | 67 | 33 | 121 | 31 |
| Binary | 1110011 | 111011 | 1100 | 0 | 110001 | 1011010 | 110111 | 11011 | 1010001 | 11001 |
Color Harmonies of #733B0C
Complementary color
Monochromatic Colors of #733B0C
Black with #733B0C
Text Example
Text Example
White with #733B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733B0C; }
p { color: rgb(115,59,12); }
H1.HeaderClassName
{
color: #733B0C;
}
.AnyTagClassName
{
color: #733B0C;
}
</style>
background-color css
<style>
a { background-color: #733B0C; }
a { background-color: rgb(115,59,12); }
div.DivClassName
{
background-color: #733B0C;
}
.BgClassName
{
background-color: #733B0C;
}
</style>
border-color css
<style>
span { border-color: #733B0C; }
span { border-color: rgb(115,59,12); }
td.TdClassName
{
border-color: #733B0C;
}
.TagClassName
{
border-color: #733B0C;
}
</style>