#703C27

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

Shades of New Amber #703C27

Tints of New Amber #703C27

Color information

#703C27 (or 0x703C27) is unknown color: approx New Amber. HEX triplet: 70, 3C and 27. RGB value is (112,60,39). Sum of RGB (Red+Green+Blue) = 112+60+39=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #703C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C27 is #8FC3D8. Grayscale: #494949. Windows color (decimal): -9421785 or 2571376. OLE color: 2571376.

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

Color convert

RGB1126039-
CMYK00.460.650.56
HSL17.26º48.34%29.61%-
HSV(B)17.26º65.18%43.92%-
XYZ8.666.822.78-
YUV73.15108.73155.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.08%
GREEN value IS 60 (23.83% from 255) = 28.44%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=53.08%
G=28.44%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112603900.460.650.5617.2648.3429.61
Hex703C2702E413811301e
Octal160744705610170216036
Binary1110000111100100111010111010000011110001000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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