#713927

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

Shades of New Amber #713927

Tints of New Amber #713927

Color information

#713927 (or 0x713927) is unknown color: approx New Amber. HEX triplet: 71, 39 and 27. RGB value is (113,57,39). Sum of RGB (Red+Green+Blue) = 113+57+39=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #713927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713927 is #8EC6D8. Grayscale: #474747. Windows color (decimal): -9357017 or 2570609. OLE color: 2570609.

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

Color convert

RGB1135739-
CMYK00.500.650.56
HSL14.59º48.68%29.8%-
HSV(B)14.59º65.49%44.31%-
XYZ8.646.582.73-
YUV71.69109.55157.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.07%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 39 (15.62% from 255) = 18.66%
R=54.07%
G=27.27%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113573900.500.650.5614.5948.6829.8
Hex7139270324138f311e
Octal161714706210170176136
Binary111000111100110011101100101000001111000111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713927; }

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

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

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

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

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

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

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

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