Shades of Raw Umber #735201
Tints of Raw Umber #735201
RGB
CMYK
RGB Variations
Color information
#735201 (or 0x735201) is known color: Raw Umber. HEX triplet: 73, 52 and 01. RGB value is (115,82,1). Sum of RGB (Red+Green+Blue) = 115+82+1=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #735201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735201 is #8CADFE. Grayscale: #525252. Windows color (decimal): -9219583 or 86643. OLE color: 86643.
HSL color Cylindrical-coordinate representation of color #735201: hue angle of 42.63º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #735201 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 82 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.55 |
| HSL | 42.63º | 0.98% | 0.23% | - |
| HSV(B) | 42.63º | 0.99% | 0.45% | - |
| XYZ | 10.09 | 9.68 | 1.37 | - |
| YUV | 82.63 | 81.93 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 1 | 0 | 0.29 | 0.99 | 0.55 | 42.63 | 0.98 | 0.23 |
| Hex | 73 | 52 | 1 | 0 | 1D | 63 | 37 | 2B | 62 | 17 |
| Octal | 163 | 122 | 1 | 0 | 35 | 143 | 67 | 53 | 142 | 27 |
| Binary | 1110011 | 1010010 | 1 | 0 | 11101 | 1100011 | 110111 | 101011 | 1100010 | 10111 |
Color Harmonies of #735201
Complementary color
Monochromatic Colors of #735201
Black with #735201
Text Example
Text Example
White with #735201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735201; }
p { color: rgb(115,82,1); }
H1.HeaderClassName
{
color: #735201;
}
.AnyTagClassName
{
color: #735201;
}
</style>
background-color css
<style>
a { background-color: #735201; }
a { background-color: rgb(115,82,1); }
div.DivClassName
{
background-color: #735201;
}
.BgClassName
{
background-color: #735201;
}
</style>
border-color css
<style>
span { border-color: #735201; }
span { border-color: rgb(115,82,1); }
td.TdClassName
{
border-color: #735201;
}
.TagClassName
{
border-color: #735201;
}
</style>