Shades of Raw Umber #735D10
Tints of Raw Umber #735D10
RGB
CMYK
RGB Variations
Color information
#735D10 (or 0x735D10) is known color: Raw Umber. HEX triplet: 73, 5D and 10. RGB value is (115,93,16). Sum of RGB (Red+Green+Blue) = 115+93+16=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #735D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735D10 is #8CA2EF. Grayscale: #5B5B5B. Windows color (decimal): -9216752 or 1072499. OLE color: 1072499.
HSL color Cylindrical-coordinate representation of color #735D10: hue angle of 46.67º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #735D10 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 16 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.55 |
| HSL | 46.67º | 0.76% | 0.26% | - |
| HSV(B) | 46.67º | 0.86% | 0.45% | - |
| XYZ | 11.08 | 11.51 | 2.13 | - |
| YUV | 90.8 | 85.79 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 16 | 0 | 0.19 | 0.86 | 0.55 | 46.67 | 0.76 | 0.26 |
| Hex | 73 | 5D | 10 | 0 | 13 | 56 | 37 | 2F | 4C | 1A |
| Octal | 163 | 135 | 20 | 0 | 23 | 126 | 67 | 57 | 114 | 32 |
| Binary | 1110011 | 1011101 | 10000 | 0 | 10011 | 1010110 | 110111 | 101111 | 1001100 | 11010 |
Color Harmonies of #735D10
Complementary color
Monochromatic Colors of #735D10
Black with #735D10
Text Example
Text Example
White with #735D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D10; }
p { color: rgb(115,93,16); }
H1.HeaderClassName
{
color: #735D10;
}
.AnyTagClassName
{
color: #735D10;
}
</style>
background-color css
<style>
a { background-color: #735D10; }
a { background-color: rgb(115,93,16); }
div.DivClassName
{
background-color: #735D10;
}
.BgClassName
{
background-color: #735D10;
}
</style>
border-color css
<style>
span { border-color: #735D10; }
span { border-color: rgb(115,93,16); }
td.TdClassName
{
border-color: #735D10;
}
.TagClassName
{
border-color: #735D10;
}
</style>