#713A25

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

Shades of New Amber #713A25

Tints of New Amber #713A25

Color information

#713A25 (or 0x713A25) is unknown color: approx New Amber. HEX triplet: 71, 3A and 25. RGB value is (113,58,37). Sum of RGB (Red+Green+Blue) = 113+58+37=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #713A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A25 is #8EC5DA. Grayscale: #484848. Windows color (decimal): -9356763 or 2439793. OLE color: 2439793.

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

Color convert

RGB1135837-
CMYK00.490.670.56
HSL16.58º50.67%29.41%-
HSV(B)16.58º67.26%44.31%-
XYZ8.666.672.58-
YUV72.05108.22157.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.33%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 37 (14.84% from 255) = 17.79%
R=54.33%
G=27.88%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113583700.490.670.5616.5850.6729.41
Hex713A25031433811331d
Octal161724506110370216335
Binary1110001111010100101011000110000111110001000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,58,37); }

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

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

 a { background-color: rgb(113,58,37); }

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

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

 span { border-color: rgb(113,58,37); }

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