Shades of Raw Umber #735A07
Tints of Raw Umber #735A07
RGB
CMYK
RGB Variations
Color information
#735A07 (or 0x735A07) is known color: Raw Umber. HEX triplet: 73, 5A and 07. RGB value is (115,90,7). Sum of RGB (Red+Green+Blue) = 115+90+7=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #735A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735A07 is #8CA5F8. Grayscale: #585858. Windows color (decimal): -9217529 or 481907. OLE color: 481907.
HSL color Cylindrical-coordinate representation of color #735A07: hue angle of 46.11º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #735A07 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 7 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.55 |
| HSL | 46.11º | 0.89% | 0.24% | - |
| HSV(B) | 46.11º | 0.94% | 0.45% | - |
| XYZ | 10.76 | 10.97 | 1.75 | - |
| YUV | 88.01 | 82.28 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 7 | 0 | 0.22 | 0.94 | 0.55 | 46.11 | 0.89 | 0.24 |
| Hex | 73 | 5A | 7 | 0 | 16 | 5E | 37 | 2E | 59 | 18 |
| Octal | 163 | 132 | 7 | 0 | 26 | 136 | 67 | 56 | 131 | 30 |
| Binary | 1110011 | 1011010 | 111 | 0 | 10110 | 1011110 | 110111 | 101110 | 1011001 | 11000 |
Color Harmonies of #735A07
Complementary color
Monochromatic Colors of #735A07
Black with #735A07
Text Example
Text Example
White with #735A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A07; }
p { color: rgb(115,90,7); }
H1.HeaderClassName
{
color: #735A07;
}
.AnyTagClassName
{
color: #735A07;
}
</style>
background-color css
<style>
a { background-color: #735A07; }
a { background-color: rgb(115,90,7); }
div.DivClassName
{
background-color: #735A07;
}
.BgClassName
{
background-color: #735A07;
}
</style>
border-color css
<style>
span { border-color: #735A07; }
span { border-color: rgb(115,90,7); }
td.TdClassName
{
border-color: #735A07;
}
.TagClassName
{
border-color: #735A07;
}
</style>