Shades of Raw Umber #735A02
Tints of Raw Umber #735A02
RGB
CMYK
RGB Variations
Color information
#735A02 (or 0x735A02) is known color: Raw Umber. HEX triplet: 73, 5A and 02. RGB value is (115,90,2). Sum of RGB (Red+Green+Blue) = 115+90+2=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #735A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735A02 is #8CA5FD. Grayscale: #575757. Windows color (decimal): -9217534 or 154227. OLE color: 154227.
HSL color Cylindrical-coordinate representation of color #735A02: hue angle of 46.73º 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 #735A02 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 2 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.55 |
| HSL | 46.73º | 0.97% | 0.23% | - |
| HSV(B) | 46.73º | 0.98% | 0.45% | - |
| XYZ | 10.74 | 10.96 | 1.61 | - |
| YUV | 87.44 | 79.78 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 2 | 0 | 0.22 | 0.98 | 0.55 | 46.73 | 0.97 | 0.23 |
| Hex | 73 | 5A | 2 | 0 | 16 | 62 | 37 | 2F | 61 | 17 |
| Octal | 163 | 132 | 2 | 0 | 26 | 142 | 67 | 57 | 141 | 27 |
| Binary | 1110011 | 1011010 | 10 | 0 | 10110 | 1100010 | 110111 | 101111 | 1100001 | 10111 |
Color Harmonies of #735A02
Complementary color
Monochromatic Colors of #735A02
Black with #735A02
Text Example
Text Example
White with #735A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A02; }
p { color: rgb(115,90,2); }
H1.HeaderClassName
{
color: #735A02;
}
.AnyTagClassName
{
color: #735A02;
}
</style>
background-color css
<style>
a { background-color: #735A02; }
a { background-color: rgb(115,90,2); }
div.DivClassName
{
background-color: #735A02;
}
.BgClassName
{
background-color: #735A02;
}
</style>
border-color css
<style>
span { border-color: #735A02; }
span { border-color: rgb(115,90,2); }
td.TdClassName
{
border-color: #735A02;
}
.TagClassName
{
border-color: #735A02;
}
</style>