Shades of Raw Umber #735D05
Tints of Raw Umber #735D05
RGB
CMYK
RGB Variations
Color information
#735D05 (or 0x735D05) is known color: Raw Umber. HEX triplet: 73, 5D and 05. RGB value is (115,93,5). Sum of RGB (Red+Green+Blue) = 115+93+5=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #735D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735D05 is #8CA2FA. Grayscale: #595959. Windows color (decimal): -9216763 or 351603. OLE color: 351603.
HSL color Cylindrical-coordinate representation of color #735D05: hue angle of 48º 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 #735D05 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 5 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.55 |
| HSL | 48º | 0.92% | 0.24% | - |
| HSV(B) | 48º | 0.96% | 0.45% | - |
| XYZ | 11.01 | 11.48 | 1.78 | - |
| YUV | 89.55 | 80.29 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 5 | 0 | 0.19 | 0.96 | 0.55 | 48 | 0.92 | 0.24 |
| Hex | 73 | 5D | 5 | 0 | 13 | 60 | 37 | 30 | 5C | 18 |
| Octal | 163 | 135 | 5 | 0 | 23 | 140 | 67 | 60 | 134 | 30 |
| Binary | 1110011 | 1011101 | 101 | 0 | 10011 | 1100000 | 110111 | 110000 | 1011100 | 11000 |
Color Harmonies of #735D05
Complementary color
Monochromatic Colors of #735D05
Black with #735D05
Text Example
Text Example
White with #735D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D05; }
p { color: rgb(115,93,5); }
H1.HeaderClassName
{
color: #735D05;
}
.AnyTagClassName
{
color: #735D05;
}
</style>
background-color css
<style>
a { background-color: #735D05; }
a { background-color: rgb(115,93,5); }
div.DivClassName
{
background-color: #735D05;
}
.BgClassName
{
background-color: #735D05;
}
</style>
border-color css
<style>
span { border-color: #735D05; }
span { border-color: rgb(115,93,5); }
td.TdClassName
{
border-color: #735D05;
}
.TagClassName
{
border-color: #735D05;
}
</style>