#703922

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

Shades of New Amber #703922

Tints of New Amber #703922

Color information

#703922 (or 0x703922) is unknown color: approx New Amber. HEX triplet: 70, 39 and 22. RGB value is (112,57,34). Sum of RGB (Red+Green+Blue) = 112+57+34=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #703922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703922 is #8FC6DD. Grayscale: #464646. Windows color (decimal): -9422558 or 2242928. OLE color: 2242928.

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

Color convert

RGB1125734-
CMYK00.490.700.56
HSL17.69º53.42%28.63%-
HSV(B)17.69º69.64%43.92%-
XYZ8.436.492.32-
YUV70.82107.22157.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=55.17%
G=28.08%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112573400.490.700.5617.6953.4228.63
Hex703922031463812351d
Octal160714206110670226535
Binary1110000111001100010011000110001101110001001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703922; }

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

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

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

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

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

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

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

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