#703E11

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

Shades of Raw Umber #703E11

Tints of Raw Umber #703E11

Color information

#703E11 (or 0x703E11) is unknown color: approx Raw Umber. HEX triplet: 70, 3E and 11. RGB value is (112,62,17). Sum of RGB (Red+Green+Blue) = 112+62+17=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #703E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703E11 is #8FC1EE. Grayscale: #484848. Windows color (decimal): -9421295 or 1130096. OLE color: 1130096.

HSL color Cylindrical-coordinate representation of color #703E11: hue angle of 28.42º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #703E11 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB1126217-
CMYK00.450.850.56
HSL28.42º73.64%25.29%-
HSV(B)28.42º84.82%43.92%-
XYZ8.516.931.42-
YUV71.8297.06156.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.64%
GREEN value IS 62 (24.61% from 255) = 32.46%
BLUE value IS 17 (7.03% from 255) = 8.90%
R=58.64%
G=32.46%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112621700.450.850.5628.4273.6425.29
Hex703E1102D55381c4a19
Octal1607621055125703411231
Binary1110000111110100010101101101010111100011100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,62,17); }

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

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

 a { background-color: rgb(112,62,17); }

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

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

 span { border-color: rgb(112,62,17); }

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