#713d27

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

Shades of New Amber #713D27

Tints of New Amber #713D27

Color information

#713D27 (or 0x713D27) is unknown color: approx New Amber. HEX triplet: 71, 3D and 27. RGB value is (113,61,39). Sum of RGB (Red+Green+Blue) = 113+61+39=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #713D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D27 is #8EC2D8. Grayscale: #4A4A4A. Windows color (decimal): -9355993 or 2571633. OLE color: 2571633.

HSL color Cylindrical-coordinate representation of color #713D27: hue angle of 17.84º 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 #713D27 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1136139-
CMYK00.460.650.56
HSL17.84º48.68%29.8%-
HSV(B)17.84º65.49%44.31%-
XYZ8.856.992.8-
YUV74.04108.23155.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.05%
GREEN value IS 61 (24.22% from 255) = 28.64%
BLUE value IS 39 (15.62% from 255) = 18.31%
R=53.05%
G=28.64%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113613900.460.650.5617.8448.6829.8
Hex713D2702E413812311e
Octal161754705610170226136
Binary1110001111101100111010111010000011110001001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713d27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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