#713620

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

Shades of New Amber #713620

Tints of New Amber #713620

Color information

#713620 (or 0x713620) is unknown color: approx New Amber. HEX triplet: 71, 36 and 20. RGB value is (113,54,32). Sum of RGB (Red+Green+Blue) = 113+54+32=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #713620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713620 is #8EC9DF. Grayscale: #454545. Windows color (decimal): -9357792 or 2111089. OLE color: 2111089.

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

Color convert

RGB1135432-
CMYK00.520.720.56
HSL16.3º55.86%28.43%-
HSV(B)16.3º71.68%44.31%-
XYZ8.396.252.13-
YUV69.13107.05159.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.78%
GREEN value IS 54 (21.48% from 255) = 27.14%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=56.78%
G=27.14%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113543200.520.720.5616.355.8628.43
Hex713620034483810381c
Octal161664006411070207034
Binary1110001110110100000011010010010001110001000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713620; }

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

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

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

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

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

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

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

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