#713A27

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

Shades of New Amber #713A27

Tints of New Amber #713A27

Color information

#713A27 (or 0x713A27) is unknown color: approx New Amber. HEX triplet: 71, 3A and 27. RGB value is (113,58,39). Sum of RGB (Red+Green+Blue) = 113+58+39=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #713A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A27 is #8EC5D8. Grayscale: #484848. Windows color (decimal): -9356761 or 2570865. OLE color: 2570865.

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

Color convert

RGB1135839-
CMYK00.490.650.56
HSL15.41º48.68%29.8%-
HSV(B)15.41º65.49%44.31%-
XYZ8.696.682.75-
YUV72.28109.22157.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.81%
GREEN value IS 58 (23.05% from 255) = 27.62%
BLUE value IS 39 (15.62% from 255) = 18.57%
R=53.81%
G=27.62%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113583900.490.650.5615.4148.6829.8
Hex713A270314138f311e
Octal161724706110170176136
Binary111000111101010011101100011000001111000111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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