#713821

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

Shades of New Amber #713821

Tints of New Amber #713821

Color information

#713821 (or 0x713821) is unknown color: approx New Amber. HEX triplet: 71, 38 and 21. RGB value is (113,56,33). Sum of RGB (Red+Green+Blue) = 113+56+33=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #713821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713821 is #8EC7DE. Grayscale: #464646. Windows color (decimal): -9357279 or 2177137. OLE color: 2177137.

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

Color convert

RGB1135633-
CMYK00.500.710.56
HSL17.25º54.79%28.63%-
HSV(B)17.25º70.8%44.31%-
XYZ8.56.452.24-
YUV70.42106.88158.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.94%
GREEN value IS 56 (22.27% from 255) = 27.72%
BLUE value IS 33 (13.28% from 255) = 16.34%
R=55.94%
G=27.72%
B=16.34%

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
Decimal113563300.500.710.5617.2554.7928.63
Hex713821032473811371d
Octal161704106210770216735
Binary1110001111000100001011001010001111110001000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713821; }

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

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

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

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

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

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

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

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