#723820

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

Shades of New Amber #723820

Tints of New Amber #723820

Color information

#723820 (or 0x723820) is unknown color: approx New Amber. HEX triplet: 72, 38 and 20. RGB value is (114,56,32). Sum of RGB (Red+Green+Blue) = 114+56+32=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #723820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723820 is #8DC7DF. Grayscale: #464646. Windows color (decimal): -9291744 or 2111602. OLE color: 2111602.

HSL color Cylindrical-coordinate representation of color #723820: hue angle of 17.56º 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 #723820 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1145632-
CMYK00.510.720.55
HSL17.56º56.16%28.63%-
HSV(B)17.56º71.93%44.71%-
XYZ8.616.512.17-
YUV70.61106.22158.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.44%
GREEN value IS 56 (22.27% from 255) = 27.72%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=56.44%
G=27.72%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114563200.510.720.5517.5656.1628.63
Hex723820033483712381d
Octal162704006311067227035
Binary1110010111000100000011001110010001101111001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723820; }

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

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

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

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

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

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

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

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