#71341C

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

Shades of Peru Tan #71341C

Tints of Peru Tan #71341C

Color information

#71341C (or 0x71341C) is unknown color: approx Peru Tan. HEX triplet: 71, 34 and 1C. RGB value is (113,52,28). Sum of RGB (Red+Green+Blue) = 113+52+28=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #71341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71341C is #8ECBE3. Grayscale: #434343. Windows color (decimal): -9358308 or 1848433. OLE color: 1848433.

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

Color convert

RGB1135228-
CMYK00.540.750.56
HSL16.94º60.28%27.65%-
HSV(B)16.94º75.22%44.31%-
XYZ8.256.051.83-
YUV67.5105.71160.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.55%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 28 (11.33% from 255) = 14.51%
R=58.55%
G=26.94%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113522800.540.750.5616.9460.2827.65
Hex71341C0364B38113c1c
Octal161643406611370217434
Binary111000111010011100011011010010111110001000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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