Shades of Raw Umber #735217
Tints of Raw Umber #735217
RGB
CMYK
RGB Variations
Color information
#735217 (or 0x735217) is known color: Raw Umber. HEX triplet: 73, 52 and 17. RGB value is (115,82,23). Sum of RGB (Red+Green+Blue) = 115+82+23=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #735217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735217 is #8CADE8. Grayscale: #555555. Windows color (decimal): -9219561 or 1528435. OLE color: 1528435.
HSL color Cylindrical-coordinate representation of color #735217: hue angle of 38.48º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #735217 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 82 | 23 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.55 |
| HSL | 38.48º | 0.67% | 0.27% | - |
| HSV(B) | 38.48º | 0.8% | 0.45% | - |
| XYZ | 10.24 | 9.74 | 2.15 | - |
| YUV | 85.14 | 92.93 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 23 | 0 | 0.29 | 0.80 | 0.55 | 38.48 | 0.67 | 0.27 |
| Hex | 73 | 52 | 17 | 0 | 1D | 50 | 37 | 26 | 43 | 1B |
| Octal | 163 | 122 | 27 | 0 | 35 | 120 | 67 | 46 | 103 | 33 |
| Binary | 1110011 | 1010010 | 10111 | 0 | 11101 | 1010000 | 110111 | 100110 | 1000011 | 11011 |
Color Harmonies of #735217
Complementary color
Monochromatic Colors of #735217
Black with #735217
Text Example
Text Example
White with #735217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735217; }
p { color: rgb(115,82,23); }
H1.HeaderClassName
{
color: #735217;
}
.AnyTagClassName
{
color: #735217;
}
</style>
background-color css
<style>
a { background-color: #735217; }
a { background-color: rgb(115,82,23); }
div.DivClassName
{
background-color: #735217;
}
.BgClassName
{
background-color: #735217;
}
</style>
border-color css
<style>
span { border-color: #735217; }
span { border-color: rgb(115,82,23); }
td.TdClassName
{
border-color: #735217;
}
.TagClassName
{
border-color: #735217;
}
</style>