Shades of Raw Umber #735B05
Tints of Raw Umber #735B05
RGB
CMYK
RGB Variations
Color information
#735B05 (or 0x735B05) is known color: Raw Umber. HEX triplet: 73, 5B and 05. RGB value is (115,91,5). Sum of RGB (Red+Green+Blue) = 115+91+5=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 91 (35.94% from 255 or 43.13% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #735B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735B05 is #8CA4FA. Grayscale: #585858. Windows color (decimal): -9217275 or 351091. OLE color: 351091.
HSL color Cylindrical-coordinate representation of color #735B05: hue angle of 46.91º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #735B05 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 91 | 5 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.55 |
| HSL | 46.91º | 0.92% | 0.24% | - |
| HSV(B) | 46.91º | 0.96% | 0.45% | - |
| XYZ | 10.84 | 11.14 | 1.72 | - |
| YUV | 88.37 | 80.95 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 5 | 0 | 0.21 | 0.96 | 0.55 | 46.91 | 0.92 | 0.24 |
| Hex | 73 | 5B | 5 | 0 | 15 | 60 | 37 | 2F | 5C | 18 |
| Octal | 163 | 133 | 5 | 0 | 25 | 140 | 67 | 57 | 134 | 30 |
| Binary | 1110011 | 1011011 | 101 | 0 | 10101 | 1100000 | 110111 | 101111 | 1011100 | 11000 |
Color Harmonies of #735B05
Complementary color
Monochromatic Colors of #735B05
Black with #735B05
Text Example
Text Example
White with #735B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735B05; }
p { color: rgb(115,91,5); }
H1.HeaderClassName
{
color: #735B05;
}
.AnyTagClassName
{
color: #735B05;
}
</style>
background-color css
<style>
a { background-color: #735B05; }
a { background-color: rgb(115,91,5); }
div.DivClassName
{
background-color: #735B05;
}
.BgClassName
{
background-color: #735B05;
}
</style>
border-color css
<style>
span { border-color: #735B05; }
span { border-color: rgb(115,91,5); }
td.TdClassName
{
border-color: #735B05;
}
.TagClassName
{
border-color: #735B05;
}
</style>