#713D24

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

Shades of New Amber #713D24

Tints of New Amber #713D24

Color information

#713D24 (or 0x713D24) is unknown color: approx New Amber. HEX triplet: 71, 3D and 24. RGB value is (113,61,36). Sum of RGB (Red+Green+Blue) = 113+61+36=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #713D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D24 is #8EC2DB. Grayscale: #494949. Windows color (decimal): -9355996 or 2375025. OLE color: 2375025.

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

Color convert

RGB1136136-
CMYK00.460.680.56
HSL19.48º51.68%29.22%-
HSV(B)19.48º68.14%44.31%-
XYZ8.86.982.55-
YUV73.7106.73156.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.81%
GREEN value IS 61 (24.22% from 255) = 29.05%
BLUE value IS 36 (14.45% from 255) = 17.14%
R=53.81%
G=29.05%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113613600.460.680.5619.4851.6829.22
Hex713D2402E443813341d
Octal161754405610470236435
Binary1110001111101100100010111010001001110001001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713D24; }

 p { color: rgb(113,61,36); }

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

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

 a { background-color: rgb(113,61,36); }

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

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

 span { border-color: rgb(113,61,36); }

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