#713816

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

Shades of Peru Tan #713816

Tints of Peru Tan #713816

Color information

#713816 (or 0x713816) is unknown color: approx Peru Tan. HEX triplet: 71, 38 and 16. RGB value is (113,56,22). Sum of RGB (Red+Green+Blue) = 113+56+22=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #713816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713816 is #8EC7E9. Grayscale: #454545. Windows color (decimal): -9357290 or 1456241. OLE color: 1456241.

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

Color convert

RGB1135622-
CMYK00.500.810.56
HSL22.42º67.41%26.47%-
HSV(B)22.42º80.53%44.31%-
XYZ8.376.41.55-
YUV69.17101.38159.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.16%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=59.16%
G=29.32%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113562200.500.810.5622.4267.4126.47
Hex713816032513816431a
Octal1617026062121702610332
Binary1110001111000101100110010101000111100010110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713816; }

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

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

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

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

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

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

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

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