#703C22

Color #703C22 New Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Amber #703C22

Tints of New Amber #703C22

Color information

#703C22 (or 0x703C22) is unknown color: approx New Amber. HEX triplet: 70, 3C and 22. RGB value is (112,60,34). Sum of RGB (Red+Green+Blue) = 112+60+34=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #703C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C22 is #8FC3DD. Grayscale: #484848. Windows color (decimal): -9421790 or 2243696. OLE color: 2243696.

HSL color Cylindrical-coordinate representation of color #703C22: hue angle of 20º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #703C22 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1126034-
CMYK00.460.700.56
HSL20º53.42%28.63%-
HSV(B)20º69.64%43.92%-
XYZ8.596.792.37-
YUV72.58106.23156.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 60 (23.83% from 255) = 29.13%
BLUE value IS 34 (13.67% from 255) = 16.50%
R=54.37%
G=29.13%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112603400.460.700.562053.4228.63
Hex703C2202E463814351d
Octal160744205610670246535
Binary1110000111100100010010111010001101110001010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,60,34); }

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

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

 a { background-color: rgb(112,60,34); }

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

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

 span { border-color: rgb(112,60,34); }

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