#71351C

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

Shades of Peru Tan #71351C

Tints of Peru Tan #71351C

Color information

#71351C (or 0x71351C) is unknown color: approx Peru Tan. HEX triplet: 71, 35 and 1C. RGB value is (113,53,28). Sum of RGB (Red+Green+Blue) = 113+53+28=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #71351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71351C is #8ECAE3. Grayscale: #444444. Windows color (decimal): -9358052 or 1848689. OLE color: 1848689.

HSL color Cylindrical-coordinate representation of color #71351C: hue angle of 17.65º 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 #71351C is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1135328-
CMYK00.530.750.56
HSL17.65º60.28%27.65%-
HSV(B)17.65º75.22%44.31%-
XYZ8.296.141.85-
YUV68.09105.38160.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.25%
GREEN value IS 53 (21.09% from 255) = 27.32%
BLUE value IS 28 (11.33% from 255) = 14.43%
R=58.25%
G=27.32%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113532800.530.750.5617.6560.2827.65
Hex71351C0354B38123c1c
Octal161653406511370227434
Binary111000111010111100011010110010111110001001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71351C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71351C; }

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

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

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

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

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

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

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

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