#713C22

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

Shades of Peru Tan #713C22

Tints of Peru Tan #713C22

Color information

#713C22 (or 0x713C22) is unknown color: approx Peru Tan. HEX triplet: 71, 3C and 22. RGB value is (113,60,34). Sum of RGB (Red+Green+Blue) = 113+60+34=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #713C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C22 is #8EC3DD. Grayscale: #494949. Windows color (decimal): -9356254 or 2243697. OLE color: 2243697.

HSL color Cylindrical-coordinate representation of color #713C22: hue angle of 19.75º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #713C22 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1136034-
CMYK00.470.700.56
HSL19.75º53.74%28.82%-
HSV(B)19.75º69.91%44.31%-
XYZ8.716.862.38-
YUV72.88106.06156.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.59%
GREEN value IS 60 (23.83% from 255) = 28.99%
BLUE value IS 34 (13.67% from 255) = 16.43%
R=54.59%
G=28.99%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113603400.470.700.5619.7553.7428.82
Hex713C2202F463814361d
Octal161744205710670246635
Binary1110001111100100010010111110001101110001010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,60,34); }

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

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

 a { background-color: rgb(113,60,34); }

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

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

 span { border-color: rgb(113,60,34); }

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