Shades of Raw Umber #735B01
Tints of Raw Umber #735B01
RGB
CMYK
RGB Variations
Color information
#735B01 (or 0x735B01) is known color: Raw Umber. HEX triplet: 73, 5B and 01. RGB value is (115,91,1). Sum of RGB (Red+Green+Blue) = 115+91+1=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #735B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735B01 is #8CA4FE. Grayscale: #585858. Windows color (decimal): -9217279 or 88947. OLE color: 88947.
HSL color Cylindrical-coordinate representation of color #735B01: hue angle of 47.37º 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 #735B01 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 91 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.55 |
| HSL | 47.37º | 0.98% | 0.23% | - |
| HSV(B) | 47.37º | 0.99% | 0.45% | - |
| XYZ | 10.82 | 11.13 | 1.61 | - |
| YUV | 87.92 | 78.95 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 1 | 0 | 0.21 | 0.99 | 0.55 | 47.37 | 0.98 | 0.23 |
| Hex | 73 | 5B | 1 | 0 | 15 | 63 | 37 | 2F | 62 | 17 |
| Octal | 163 | 133 | 1 | 0 | 25 | 143 | 67 | 57 | 142 | 27 |
| Binary | 1110011 | 1011011 | 1 | 0 | 10101 | 1100011 | 110111 | 101111 | 1100010 | 10111 |
Color Harmonies of #735B01
Complementary color
Monochromatic Colors of #735B01
Black with #735B01
Text Example
Text Example
White with #735B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735B01; }
p { color: rgb(115,91,1); }
H1.HeaderClassName
{
color: #735B01;
}
.AnyTagClassName
{
color: #735B01;
}
</style>
background-color css
<style>
a { background-color: #735B01; }
a { background-color: rgb(115,91,1); }
div.DivClassName
{
background-color: #735B01;
}
.BgClassName
{
background-color: #735B01;
}
</style>
border-color css
<style>
span { border-color: #735B01; }
span { border-color: rgb(115,91,1); }
td.TdClassName
{
border-color: #735B01;
}
.TagClassName
{
border-color: #735B01;
}
</style>