#703C23

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

Shades of New Amber #703C23

Tints of New Amber #703C23

Color information

#703C23 (or 0x703C23) is unknown color: approx New Amber. HEX triplet: 70, 3C and 23. RGB value is (112,60,35). Sum of RGB (Red+Green+Blue) = 112+60+35=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #703C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C23 is #8FC3DC. Grayscale: #484848. Windows color (decimal): -9421789 or 2309232. OLE color: 2309232.

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

Color convert

RGB1126035-
CMYK00.460.690.56
HSL19.48º52.38%28.82%-
HSV(B)19.48º68.75%43.92%-
XYZ8.66.82.45-
YUV72.7106.73156.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 60 (23.83% from 255) = 28.99%
BLUE value IS 35 (14.06% from 255) = 16.91%
R=54.11%
G=28.99%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112603500.460.690.5619.4852.3828.82
Hex703C2302E453813341d
Octal160744305610570236435
Binary1110000111100100011010111010001011110001001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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