Shades of Raw Umber #705B02
Tints of Raw Umber #705B02
RGB
CMYK
RGB Variations
Color information
#705B02 (or 0x705B02) is known color: Raw Umber. HEX triplet: 70, 5B and 02. RGB value is (112,91,2). Sum of RGB (Red+Green+Blue) = 112+91+2=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #705B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705B02 is #8FA4FD. Grayscale: #575757. Windows color (decimal): -9413886 or 154480. OLE color: 154480.
HSL color Cylindrical-coordinate representation of color #705B02: hue angle of 48.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #705B02 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 2 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.56 |
| HSL | 48.55º | 0.96% | 0.22% | - |
| HSV(B) | 48.55º | 0.98% | 0.44% | - |
| XYZ | 10.43 | 10.93 | 1.62 | - |
| YUV | 87.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 2 | 0 | 0.19 | 0.98 | 0.56 | 48.55 | 0.96 | 0.22 |
| Hex | 70 | 5B | 2 | 0 | 13 | 62 | 38 | 31 | 60 | 16 |
| Octal | 160 | 133 | 2 | 0 | 23 | 142 | 70 | 61 | 140 | 26 |
| Binary | 1110000 | 1011011 | 10 | 0 | 10011 | 1100010 | 111000 | 110001 | 1100000 | 10110 |
Color Harmonies of #705B02
Complementary color
Monochromatic Colors of #705B02
Black with #705B02
Text Example
Text Example
White with #705B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B02; }
p { color: rgb(112,91,2); }
H1.HeaderClassName
{
color: #705B02;
}
.AnyTagClassName
{
color: #705B02;
}
</style>
background-color css
<style>
a { background-color: #705B02; }
a { background-color: rgb(112,91,2); }
div.DivClassName
{
background-color: #705B02;
}
.BgClassName
{
background-color: #705B02;
}
</style>
border-color css
<style>
span { border-color: #705B02; }
span { border-color: rgb(112,91,2); }
td.TdClassName
{
border-color: #705B02;
}
.TagClassName
{
border-color: #705B02;
}
</style>