#703520

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

Shades of New Amber #703520

Tints of New Amber #703520

Color information

#703520 (or 0x703520) is unknown color: approx New Amber. HEX triplet: 70, 35 and 20. RGB value is (112,53,32). Sum of RGB (Red+Green+Blue) = 112+53+32=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #703520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703520 is #8FCADF. Grayscale: #444444. Windows color (decimal): -9423584 or 2110832. OLE color: 2110832.

HSL color Cylindrical-coordinate representation of color #703520: hue angle of 15.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703520 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1125332-
CMYK00.530.710.56
HSL15.75º55.56%28.24%-
HSV(B)15.75º71.43%43.92%-
XYZ8.226.12.11-
YUV68.25107.55159.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.85%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 32 (12.89% from 255) = 16.24%
R=56.85%
G=26.90%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112533200.530.710.5615.7555.5628.24
Hex703520035473810381c
Octal160654006510770207034
Binary1110000110101100000011010110001111110001000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703520; }

 p { color: rgb(112,53,32); }

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

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

 a { background-color: rgb(112,53,32); }

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

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

 span { border-color: rgb(112,53,32); }

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