Shades of Raw Umber #735F02
Tints of Raw Umber #735F02
RGB
CMYK
RGB Variations
Color information
#735F02 (or 0x735F02) is known color: Raw Umber. HEX triplet: 73, 5F and 02. RGB value is (115,95,2). Sum of RGB (Red+Green+Blue) = 115+95+2=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #735F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735F02 is #8CA0FD. Grayscale: #5A5A5A. Windows color (decimal): -9216254 or 155507. OLE color: 155507.
HSL color Cylindrical-coordinate representation of color #735F02: hue angle of 49.38º 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 #735F02 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 2 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.55 |
| HSL | 49.38º | 0.97% | 0.23% | - |
| HSV(B) | 49.38º | 0.98% | 0.45% | - |
| XYZ | 11.17 | 11.83 | 1.75 | - |
| YUV | 90.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 2 | 0 | 0.17 | 0.98 | 0.55 | 49.38 | 0.97 | 0.23 |
| Hex | 73 | 5F | 2 | 0 | 11 | 62 | 37 | 31 | 61 | 17 |
| Octal | 163 | 137 | 2 | 0 | 21 | 142 | 67 | 61 | 141 | 27 |
| Binary | 1110011 | 1011111 | 10 | 0 | 10001 | 1100010 | 110111 | 110001 | 1100001 | 10111 |
Color Harmonies of #735F02
Complementary color
Monochromatic Colors of #735F02
Black with #735F02
Text Example
Text Example
White with #735F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F02; }
p { color: rgb(115,95,2); }
H1.HeaderClassName
{
color: #735F02;
}
.AnyTagClassName
{
color: #735F02;
}
</style>
background-color css
<style>
a { background-color: #735F02; }
a { background-color: rgb(115,95,2); }
div.DivClassName
{
background-color: #735F02;
}
.BgClassName
{
background-color: #735F02;
}
</style>
border-color css
<style>
span { border-color: #735F02; }
span { border-color: rgb(115,95,2); }
td.TdClassName
{
border-color: #735F02;
}
.TagClassName
{
border-color: #735F02;
}
</style>