Shades of Raw Umber #735A0A
Tints of Raw Umber #735A0A
RGB
CMYK
RGB Variations
Color information
#735A0A (or 0x735A0A) is known color: Raw Umber. HEX triplet: 73, 5A and 0A. RGB value is (115,90,10). Sum of RGB (Red+Green+Blue) = 115+90+10=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #735A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735A0A is #8CA5F5. Grayscale: #585858. Windows color (decimal): -9217526 or 678515. OLE color: 678515.
HSL color Cylindrical-coordinate representation of color #735A0A: hue angle of 45.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #735A0A is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 10 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.55 |
| HSL | 45.71º | 0.84% | 0.25% | - |
| HSV(B) | 45.71º | 0.91% | 0.45% | - |
| XYZ | 10.78 | 10.98 | 1.84 | - |
| YUV | 88.36 | 83.78 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 10 | 0 | 0.22 | 0.91 | 0.55 | 45.71 | 0.84 | 0.25 |
| Hex | 73 | 5A | A | 0 | 16 | 5B | 37 | 2E | 54 | 19 |
| Octal | 163 | 132 | 12 | 0 | 26 | 133 | 67 | 56 | 124 | 31 |
| Binary | 1110011 | 1011010 | 1010 | 0 | 10110 | 1011011 | 110111 | 101110 | 1010100 | 11001 |
Color Harmonies of #735A0A
Complementary color
Monochromatic Colors of #735A0A
Black with #735A0A
Text Example
Text Example
White with #735A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A0A; }
p { color: rgb(115,90,10); }
H1.HeaderClassName
{
color: #735A0A;
}
.AnyTagClassName
{
color: #735A0A;
}
</style>
background-color css
<style>
a { background-color: #735A0A; }
a { background-color: rgb(115,90,10); }
div.DivClassName
{
background-color: #735A0A;
}
.BgClassName
{
background-color: #735A0A;
}
</style>
border-color css
<style>
span { border-color: #735A0A; }
span { border-color: rgb(115,90,10); }
td.TdClassName
{
border-color: #735A0A;
}
.TagClassName
{
border-color: #735A0A;
}
</style>