#713E21

Color #713E21 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #713E21

Tints of Peru Tan #713E21

Color information

#713E21 (or 0x713E21) is unknown color: approx Peru Tan. HEX triplet: 71, 3E and 21. RGB value is (113,62,33). Sum of RGB (Red+Green+Blue) = 113+62+33=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #713E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E21 is #8EC1DE. Grayscale: #4A4A4A. Windows color (decimal): -9355743 or 2178673. OLE color: 2178673.

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

Color convert

RGB1136233-
CMYK00.450.710.56
HSL21.75º54.79%28.63%-
HSV(B)21.75º70.8%44.31%-
XYZ8.817.072.34-
YUV73.94104.9155.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.33%
GREEN value IS 62 (24.61% from 255) = 29.81%
BLUE value IS 33 (13.28% from 255) = 15.87%
R=54.33%
G=29.81%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113623300.450.710.5621.7554.7928.63
Hex713E2102D473816371d
Octal161764105510770266735
Binary1110001111110100001010110110001111110001011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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