#705B10

Color #705B10 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #705B10

Tints of Raw Umber #705B10

Color information

#705B10 (or 0x705B10) is unknown color: approx Raw Umber. HEX triplet: 70, 5B and 10. RGB value is (112,91,16). Sum of RGB (Red+Green+Blue) = 112+91+16=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 91 (35.94% from 255 or 41.55% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #705B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705B10 is #8FA4EF. Grayscale: #595959. Windows color (decimal): -9413872 or 1071984. OLE color: 1071984.

HSL color Cylindrical-coordinate representation of color #705B10: hue angle of 46.88º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #705B10 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1129116-
CMYK00.190.860.56
HSL46.88º75%25.1%-
HSV(B)46.88º85.71%43.92%-
XYZ10.5210.962.05-
YUV88.7386.96144.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 91 (35.94% from 255) = 41.55%
BLUE value IS 16 (6.64% from 255) = 7.31%
R=51.14%
G=41.55%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112911600.190.860.5646.887525.1
Hex705B1001356382f4b19
Octal16013320023126705711331
Binary11100001011011100000100111010110111000101111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705B10; }

 p { color: rgb(112,91,16); }

 H1.HeaderClassName
 {
   color: #705B10;
 }
 .AnyTagClassName
 {
   color: #705B10;
 }
</style>
background-color css

<style>
 a { background-color: #705B10; }

 a { background-color: rgb(112,91,16); }

 div.DivClassName
 {
   background-color: #705B10;
 }
 .BgClassName
 {
   background-color: #705B10;
 }
</style>
border-color css

<style>
 span { border-color: #705B10; }

 span { border-color: rgb(112,91,16); }

 td.TdClassName
 {
   border-color: #705B10;
 }
 .TagClassName
 {
   border-color: #705B10;
 }
</style>