Shades of Raw Umber #733C0D
Tints of Raw Umber #733C0D
RGB
CMYK
RGB Variations
Color information
#733C0D (or 0x733C0D) is known color: Raw Umber. HEX triplet: 73, 3C and 0D. RGB value is (115,60,13). Sum of RGB (Red+Green+Blue) = 115+60+13=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #733C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733C0D is #8CC3F2. Grayscale: #474747. Windows color (decimal): -9225203 or 867443. OLE color: 867443.
HSL color Cylindrical-coordinate representation of color #733C0D: hue angle of 27.65º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #733C0D is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 13 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.55 |
| HSL | 27.65º | 0.8% | 0.25% | - |
| HSV(B) | 27.65º | 0.89% | 0.45% | - |
| XYZ | 8.76 | 6.91 | 1.25 | - |
| YUV | 71.09 | 95.22 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 13 | 0 | 0.48 | 0.89 | 0.55 | 27.65 | 0.8 | 0.25 |
| Hex | 73 | 3C | D | 0 | 30 | 59 | 37 | 1C | 50 | 19 |
| Octal | 163 | 74 | 15 | 0 | 60 | 131 | 67 | 34 | 120 | 31 |
| Binary | 1110011 | 111100 | 1101 | 0 | 110000 | 1011001 | 110111 | 11100 | 1010000 | 11001 |
Color Harmonies of #733C0D
Complementary color
Monochromatic Colors of #733C0D
Black with #733C0D
Text Example
Text Example
White with #733C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C0D; }
p { color: rgb(115,60,13); }
H1.HeaderClassName
{
color: #733C0D;
}
.AnyTagClassName
{
color: #733C0D;
}
</style>
background-color css
<style>
a { background-color: #733C0D; }
a { background-color: rgb(115,60,13); }
div.DivClassName
{
background-color: #733C0D;
}
.BgClassName
{
background-color: #733C0D;
}
</style>
border-color css
<style>
span { border-color: #733C0D; }
span { border-color: rgb(115,60,13); }
td.TdClassName
{
border-color: #733C0D;
}
.TagClassName
{
border-color: #733C0D;
}
</style>