#703B22

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

Shades of New Amber #703B22

Tints of New Amber #703B22

Color information

#703B22 (or 0x703B22) is unknown color: approx New Amber. HEX triplet: 70, 3B and 22. RGB value is (112,59,34). Sum of RGB (Red+Green+Blue) = 112+59+34=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #703B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B22 is #8FC4DD. Grayscale: #484848. Windows color (decimal): -9422046 or 2243440. OLE color: 2243440.

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

Color convert

RGB1125934-
CMYK00.470.700.56
HSL19.23º53.42%28.63%-
HSV(B)19.23º69.64%43.92%-
XYZ8.536.692.35-
YUV72106.56156.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.63%
GREEN value IS 59 (23.44% from 255) = 28.78%
BLUE value IS 34 (13.67% from 255) = 16.59%
R=54.63%
G=28.78%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112593400.470.700.5619.2353.4228.63
Hex703B2202F463813351d
Octal160734205710670236535
Binary1110000111011100010010111110001101110001001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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