#703E27

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

Shades of New Amber #703E27

Tints of New Amber #703E27

Color information

#703E27 (or 0x703E27) is unknown color: approx New Amber. HEX triplet: 70, 3E and 27. RGB value is (112,62,39). Sum of RGB (Red+Green+Blue) = 112+62+39=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #703E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E27 is #8FC1D8. Grayscale: #4A4A4A. Windows color (decimal): -9421273 or 2571888. OLE color: 2571888.

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

Color convert

RGB1126239-
CMYK00.450.650.56
HSL18.9º48.34%29.61%-
HSV(B)18.9º65.18%43.92%-
XYZ8.777.042.82-
YUV74.33108.06154.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 62 (24.61% from 255) = 29.11%
BLUE value IS 39 (15.62% from 255) = 18.31%
R=52.58%
G=29.11%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112623900.450.650.5618.948.3429.61
Hex703E2702D413813301e
Octal160764705510170236036
Binary1110000111110100111010110110000011110001001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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