#713B1C

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

Shades of Peru Tan #713B1C

Tints of Peru Tan #713B1C

Color information

#713B1C (or 0x713B1C) is unknown color: approx Peru Tan. HEX triplet: 71, 3B and 1C. RGB value is (113,59,28). Sum of RGB (Red+Green+Blue) = 113+59+28=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #713B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B1C is #8EC4E3. Grayscale: #474747. Windows color (decimal): -9356516 or 1850225. OLE color: 1850225.

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

Color convert

RGB1135928-
CMYK00.480.750.56
HSL21.88º60.28%27.65%-
HSV(B)21.88º75.22%44.31%-
XYZ8.586.721.94-
YUV71.61103.39157.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.5%
GREEN value IS 59 (23.44% from 255) = 29.5%
BLUE value IS 28 (11.33% from 255) = 14%
R=56.5%
G=29.5%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113592800.480.750.5621.8860.2827.65
Hex713B1C0304B38163c1c
Octal161733406011370267434
Binary111000111101111100011000010010111110001011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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