#713921

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

Shades of New Amber #713921

Tints of New Amber #713921

Color information

#713921 (or 0x713921) is unknown color: approx New Amber. HEX triplet: 71, 39 and 21. RGB value is (113,57,33). Sum of RGB (Red+Green+Blue) = 113+57+33=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #713921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713921 is #8EC6DE. Grayscale: #474747. Windows color (decimal): -9357023 or 2177393. OLE color: 2177393.

HSL color Cylindrical-coordinate representation of color #713921: hue angle of 18º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #713921 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1135733-
CMYK00.500.710.56
HSL18º54.79%28.63%-
HSV(B)18º70.8%44.31%-
XYZ8.556.552.25-
YUV71.01106.55157.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 33 (13.28% from 255) = 16.26%
R=55.67%
G=28.08%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113573300.500.710.561854.7928.63
Hex713921032473812371d
Octal161714106210770226735
Binary1110001111001100001011001010001111110001001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713921; }

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

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

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

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

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

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

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

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