Shades of Raw Umber #735C01
Tints of Raw Umber #735C01
RGB
CMYK
RGB Variations
Color information
#735C01 (or 0x735C01) is known color: Raw Umber. HEX triplet: 73, 5C and 01. RGB value is (115,92,1). Sum of RGB (Red+Green+Blue) = 115+92+1=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #735C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735C01 is #8CA3FE. Grayscale: #585858. Windows color (decimal): -9217023 or 89203. OLE color: 89203.
HSL color Cylindrical-coordinate representation of color #735C01: hue angle of 47.89º 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 #735C01 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.55 |
| HSL | 47.89º | 0.98% | 0.23% | - |
| HSV(B) | 47.89º | 0.99% | 0.45% | - |
| XYZ | 10.9 | 11.3 | 1.64 | - |
| YUV | 88.5 | 78.62 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 1 | 0 | 0.20 | 0.99 | 0.55 | 47.89 | 0.98 | 0.23 |
| Hex | 73 | 5C | 1 | 0 | 14 | 63 | 37 | 30 | 62 | 17 |
| Octal | 163 | 134 | 1 | 0 | 24 | 143 | 67 | 60 | 142 | 27 |
| Binary | 1110011 | 1011100 | 1 | 0 | 10100 | 1100011 | 110111 | 110000 | 1100010 | 10111 |
Color Harmonies of #735C01
Complementary color
Monochromatic Colors of #735C01
Black with #735C01
Text Example
Text Example
White with #735C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C01; }
p { color: rgb(115,92,1); }
H1.HeaderClassName
{
color: #735C01;
}
.AnyTagClassName
{
color: #735C01;
}
</style>
background-color css
<style>
a { background-color: #735C01; }
a { background-color: rgb(115,92,1); }
div.DivClassName
{
background-color: #735C01;
}
.BgClassName
{
background-color: #735C01;
}
</style>
border-color css
<style>
span { border-color: #735C01; }
span { border-color: rgb(115,92,1); }
td.TdClassName
{
border-color: #735C01;
}
.TagClassName
{
border-color: #735C01;
}
</style>