#723D28

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

Shades of New Amber #723D28

Tints of New Amber #723D28

Color information

#723D28 (or 0x723D28) is unknown color: approx New Amber. HEX triplet: 72, 3D and 28. RGB value is (114,61,40). Sum of RGB (Red+Green+Blue) = 114+61+40=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #723D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723D28 is #8DC2D7. Grayscale: #4A4A4A. Windows color (decimal): -9290456 or 2637170. OLE color: 2637170.

HSL color Cylindrical-coordinate representation of color #723D28: hue angle of 17.03º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #723D28 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB1146140-
CMYK00.460.650.55
HSL17.03º48.05%30.2%-
HSV(B)17.03º64.91%44.71%-
XYZ8.997.072.9-
YUV74.45108.56156.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 61 (24.22% from 255) = 28.37%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=53.02%
G=28.37%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114614000.460.650.5517.0348.0530.2
Hex723D2802E413711301e
Octal162755005610167216036
Binary1110010111101101000010111010000011101111000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723D28; }

 p { color: rgb(114,61,40); }

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

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

 a { background-color: rgb(114,61,40); }

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

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

 span { border-color: rgb(114,61,40); }

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