#705D0A

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

Shades of Raw Umber #705D0A

Tints of Raw Umber #705D0A

Color information

#705D0A (or 0x705D0A) is unknown color: approx Raw Umber. HEX triplet: 70, 5D and 0A. RGB value is (112,93,10). Sum of RGB (Red+Green+Blue) = 112+93+10=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #705D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705D0A is #8FA2F5. Grayscale: #595959. Windows color (decimal): -9413366 or 679280. OLE color: 679280.

HSL color Cylindrical-coordinate representation of color #705D0A: hue angle of 48.82º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #705D0A is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1129310-
CMYK00.170.910.56
HSL48.82º83.61%23.92%-
HSV(B)48.82º91.07%43.92%-
XYZ10.6511.31.91-
YUV89.2283.29144.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 93 (36.72% from 255) = 43.26%
BLUE value IS 10 (4.30% from 255) = 4.65%
R=52.09%
G=43.26%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112931000.170.910.5648.8283.6123.92
Hex705DA0115B38315418
Octal16013512021133706112430
Binary1110000101110110100100011011011111000110001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,93,10); }

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

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

 a { background-color: rgb(112,93,10); }

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

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

 span { border-color: rgb(112,93,10); }

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