#703D11

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

Shades of Raw Umber #703D11

Tints of Raw Umber #703D11

Color information

#703D11 (or 0x703D11) is unknown color: approx Raw Umber. HEX triplet: 70, 3D and 11. RGB value is (112,61,17). Sum of RGB (Red+Green+Blue) = 112+61+17=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #703D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703D11 is #8FC2EE. Grayscale: #474747. Windows color (decimal): -9421551 or 1129840. OLE color: 1129840.

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

Color convert

RGB1126117-
CMYK00.460.850.56
HSL27.79º73.64%25.29%-
HSV(B)27.79º84.82%43.92%-
XYZ8.456.821.4-
YUV71.2397.4157.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.95%
GREEN value IS 61 (24.22% from 255) = 32.11%
BLUE value IS 17 (7.03% from 255) = 8.95%
R=58.95%
G=32.11%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112611700.460.850.5627.7973.6425.29
Hex703D1102E55381c4a19
Octal1607521056125703411231
Binary1110000111101100010101110101010111100011100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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