#703E25

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

Shades of New Amber #703E25

Tints of New Amber #703E25

Color information

#703E25 (or 0x703E25) is unknown color: approx New Amber. HEX triplet: 70, 3E and 25. RGB value is (112,62,37). Sum of RGB (Red+Green+Blue) = 112+62+37=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #703E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E25 is #8FC1DA. Grayscale: #4A4A4A. Windows color (decimal): -9421275 or 2440816. OLE color: 2440816.

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

Color convert

RGB1126237-
CMYK00.450.670.56
HSL20º50.34%29.22%-
HSV(B)20º66.96%43.92%-
XYZ8.747.022.65-
YUV74.1107.06155.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.08%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=53.08%
G=29.38%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112623700.450.670.562050.3429.22
Hex703E2502D433814321d
Octal160764505510370246235
Binary1110000111110100101010110110000111110001010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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