Shades of Raw Umber #735B0C
Tints of Raw Umber #735B0C
RGB
CMYK
RGB Variations
Color information
#735B0C (or 0x735B0C) is known color: Raw Umber. HEX triplet: 73, 5B and 0C. RGB value is (115,91,12). Sum of RGB (Red+Green+Blue) = 115+91+12=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #735B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735B0C is #8CA4F3. Grayscale: #595959. Windows color (decimal): -9217268 or 809843. OLE color: 809843.
HSL color Cylindrical-coordinate representation of color #735B0C: hue angle of 46.02º 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 #735B0C is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 91 | 12 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.55 |
| HSL | 46.02º | 0.81% | 0.25% | - |
| HSV(B) | 46.02º | 0.9% | 0.45% | - |
| XYZ | 10.88 | 11.15 | 1.93 | - |
| YUV | 89.17 | 84.45 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 12 | 0 | 0.21 | 0.90 | 0.55 | 46.02 | 0.81 | 0.25 |
| Hex | 73 | 5B | C | 0 | 15 | 5A | 37 | 2E | 51 | 19 |
| Octal | 163 | 133 | 14 | 0 | 25 | 132 | 67 | 56 | 121 | 31 |
| Binary | 1110011 | 1011011 | 1100 | 0 | 10101 | 1011010 | 110111 | 101110 | 1010001 | 11001 |
Color Harmonies of #735B0C
Complementary color
Monochromatic Colors of #735B0C
Black with #735B0C
Text Example
Text Example
White with #735B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735B0C; }
p { color: rgb(115,91,12); }
H1.HeaderClassName
{
color: #735B0C;
}
.AnyTagClassName
{
color: #735B0C;
}
</style>
background-color css
<style>
a { background-color: #735B0C; }
a { background-color: rgb(115,91,12); }
div.DivClassName
{
background-color: #735B0C;
}
.BgClassName
{
background-color: #735B0C;
}
</style>
border-color css
<style>
span { border-color: #735B0C; }
span { border-color: rgb(115,91,12); }
td.TdClassName
{
border-color: #735B0C;
}
.TagClassName
{
border-color: #735B0C;
}
</style>