#71411F

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

Shades of Peru Tan #71411F

Tints of Peru Tan #71411F

Color information

#71411F (or 0x71411F) is unknown color: approx Peru Tan. HEX triplet: 71, 41 and 1F. RGB value is (113,65,31). Sum of RGB (Red+Green+Blue) = 113+65+31=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71411F is #8EBEE0. Grayscale: #4B4B4B. Windows color (decimal): -9354977 or 2048369. OLE color: 2048369.

HSL color Cylindrical-coordinate representation of color #71411F: hue angle of 24.88º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71411F is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1136531-
CMYK00.420.730.56
HSL24.88º56.94%28.24%-
HSV(B)24.88º72.57%44.31%-
XYZ8.957.392.25-
YUV75.48102.9154.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.07%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 31 (12.5% from 255) = 14.83%
R=54.07%
G=31.10%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113653100.420.730.5624.8856.9428.24
Hex71411F02A493819391c
Octal1611013705211170317134
Binary1110001100000111111010101010010011110001100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71411F; }

 p { color: rgb(113,65,31); }

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

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

 a { background-color: rgb(113,65,31); }

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

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

 span { border-color: rgb(113,65,31); }

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