#723620

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

Shades of New Amber #723620

Tints of New Amber #723620

Color information

#723620 (or 0x723620) is unknown color: approx New Amber. HEX triplet: 72, 36 and 20. RGB value is (114,54,32). Sum of RGB (Red+Green+Blue) = 114+54+32=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #723620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723620 is #8DC9DF. Grayscale: #454545. Windows color (decimal): -9292256 or 2111090. OLE color: 2111090.

HSL color Cylindrical-coordinate representation of color #723620: hue angle of 16.1º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #723620 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1145432-
CMYK00.530.720.55
HSL16.1º56.16%28.63%-
HSV(B)16.1º71.93%44.71%-
XYZ8.526.322.14-
YUV69.43106.88159.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 32 (12.89% from 255) = 16%
R=57%
G=27%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114543200.530.720.5516.156.1628.63
Hex723620035483710381d
Octal162664006511067207035
Binary1110010110110100000011010110010001101111000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723620; }

 p { color: rgb(114,54,32); }

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

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

 a { background-color: rgb(114,54,32); }

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

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

 span { border-color: rgb(114,54,32); }

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