Shades of Raw Umber #735102
Tints of Raw Umber #735102
RGB
CMYK
RGB Variations
Color information
#735102 (or 0x735102) is known color: Raw Umber. HEX triplet: 73, 51 and 02. RGB value is (115,81,2). Sum of RGB (Red+Green+Blue) = 115+81+2=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #735102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735102 is #8CAEFD. Grayscale: #525252. Windows color (decimal): -9219838 or 151923. OLE color: 151923.
HSL color Cylindrical-coordinate representation of color #735102: hue angle of 41.95º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #735102 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 81 | 2 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.55 |
| HSL | 41.95º | 0.97% | 0.23% | - |
| HSV(B) | 41.95º | 0.98% | 0.45% | - |
| XYZ | 10.02 | 9.53 | 1.37 | - |
| YUV | 82.16 | 82.76 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 2 | 0 | 0.30 | 0.98 | 0.55 | 41.95 | 0.97 | 0.23 |
| Hex | 73 | 51 | 2 | 0 | 1E | 62 | 37 | 2A | 61 | 17 |
| Octal | 163 | 121 | 2 | 0 | 36 | 142 | 67 | 52 | 141 | 27 |
| Binary | 1110011 | 1010001 | 10 | 0 | 11110 | 1100010 | 110111 | 101010 | 1100001 | 10111 |
Color Harmonies of #735102
Complementary color
Monochromatic Colors of #735102
Black with #735102
Text Example
Text Example
White with #735102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735102; }
p { color: rgb(115,81,2); }
H1.HeaderClassName
{
color: #735102;
}
.AnyTagClassName
{
color: #735102;
}
</style>
background-color css
<style>
a { background-color: #735102; }
a { background-color: rgb(115,81,2); }
div.DivClassName
{
background-color: #735102;
}
.BgClassName
{
background-color: #735102;
}
</style>
border-color css
<style>
span { border-color: #735102; }
span { border-color: rgb(115,81,2); }
td.TdClassName
{
border-color: #735102;
}
.TagClassName
{
border-color: #735102;
}
</style>