#713B1A

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

Shades of Peru Tan #713B1A

Tints of Peru Tan #713B1A

Color information

#713B1A (or 0x713B1A) is unknown color: approx Peru Tan. HEX triplet: 71, 3B and 1A. RGB value is (113,59,26). Sum of RGB (Red+Green+Blue) = 113+59+26=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #713B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B1A is #8EC4E5. Grayscale: #474747. Windows color (decimal): -9356518 or 1719153. OLE color: 1719153.

HSL color Cylindrical-coordinate representation of color #713B1A: hue angle of 22.76º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #713B1A is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1135926-
CMYK00.480.770.56
HSL22.76º62.59%27.25%-
HSV(B)22.76º76.99%44.31%-
XYZ8.566.711.82-
YUV71.38102.39157.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.07%
GREEN value IS 59 (23.44% from 255) = 29.80%
BLUE value IS 26 (10.55% from 255) = 13.13%
R=57.07%
G=29.80%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113592600.480.770.5622.7662.5927.25
Hex713B1A0304D38173f1b
Octal161733206011570277733
Binary111000111101111010011000010011011110001011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,59,26); }

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

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

 a { background-color: rgb(113,59,26); }

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

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

 span { border-color: rgb(113,59,26); }

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