#703A23

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

Shades of New Amber #703A23

Tints of New Amber #703A23

Color information

#703A23 (or 0x703A23) is unknown color: approx New Amber. HEX triplet: 70, 3A and 23. RGB value is (112,58,35). Sum of RGB (Red+Green+Blue) = 112+58+35=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #703A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A23 is #8FC5DC. Grayscale: #474747. Windows color (decimal): -9422301 or 2308720. OLE color: 2308720.

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

Color convert

RGB1125835-
CMYK00.480.690.56
HSL17.92º52.38%28.82%-
HSV(B)17.92º68.75%43.92%-
XYZ8.56.592.41-
YUV71.52107.39156.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.63%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 35 (14.06% from 255) = 17.07%
R=54.63%
G=28.29%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112583500.480.690.5617.9252.3828.82
Hex703A23030453812341d
Octal160724306010570226435
Binary1110000111010100011011000010001011110001001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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