#713520

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

Shades of New Amber #713520

Tints of New Amber #713520

Color information

#713520 (or 0x713520) is unknown color: approx New Amber. HEX triplet: 71, 35 and 20. RGB value is (113,53,32). Sum of RGB (Red+Green+Blue) = 113+53+32=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #713520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713520 is #8ECADF. Grayscale: #444444. Windows color (decimal): -9358048 or 2110833. OLE color: 2110833.

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

Color convert

RGB1135332-
CMYK00.530.720.56
HSL15.56º55.86%28.43%-
HSV(B)15.56º71.68%44.31%-
XYZ8.346.162.12-
YUV68.55107.38159.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.07%
GREEN value IS 53 (21.09% from 255) = 26.77%
BLUE value IS 32 (12.89% from 255) = 16.16%
R=57.07%
G=26.77%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113533200.530.720.5615.5655.8628.43
Hex713520035483810381c
Octal161654006511070207034
Binary1110001110101100000011010110010001110001000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713520; }

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

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

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

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

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

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

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

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