#703A28

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

Shades of New Amber #703A28

Tints of New Amber #703A28

Color information

#703A28 (or 0x703A28) is unknown color: approx New Amber. HEX triplet: 70, 3A and 28. RGB value is (112,58,40). Sum of RGB (Red+Green+Blue) = 112+58+40=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #703A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A28 is #8FC5D7. Grayscale: #484848. Windows color (decimal): -9422296 or 2636400. OLE color: 2636400.

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

Color convert

RGB1125840-
CMYK00.480.640.56
HSL15º47.37%29.8%-
HSV(B)15º64.29%43.92%-
XYZ8.586.622.83-
YUV72.09109.89156.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 58 (23.05% from 255) = 27.62%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=53.33%
G=27.62%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112584000.480.640.561547.3729.8
Hex703A280304038f2f1e
Octal160725006010070175736
Binary111000011101010100001100001000000111000111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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