#703D10

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

Shades of Raw Umber #703D10

Tints of Raw Umber #703D10

Color information

#703D10 (or 0x703D10) is unknown color: approx Raw Umber. HEX triplet: 70, 3D and 10. RGB value is (112,61,16). Sum of RGB (Red+Green+Blue) = 112+61+16=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #703D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703D10 is #8FC2EF. Grayscale: #474747. Windows color (decimal): -9421552 or 1064304. OLE color: 1064304.

HSL color Cylindrical-coordinate representation of color #703D10: hue angle of 28.12º 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 #703D10 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1126116-
CMYK00.460.860.56
HSL28.12º75%25.1%-
HSV(B)28.12º85.71%43.92%-
XYZ8.446.821.36-
YUV71.1296.9157.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.26%
GREEN value IS 61 (24.22% from 255) = 32.28%
BLUE value IS 16 (6.64% from 255) = 8.47%
R=59.26%
G=32.28%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112611600.460.860.5628.127525.1
Hex703D1002E56381c4b19
Octal1607520056126703411331
Binary1110000111101100000101110101011011100011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703D10; }

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

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

<style>
 a { background-color: #703D10; }

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

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

<style>
 span { border-color: #703D10; }

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

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