#71401B

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

Shades of Peru Tan #71401B

Tints of Peru Tan #71401B

Color information

#71401B (or 0x71401B) is unknown color: approx Peru Tan. HEX triplet: 71, 40 and 1B. RGB value is (113,64,27). Sum of RGB (Red+Green+Blue) = 113+64+27=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #71401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71401B is #8EBFE4. Grayscale: #4A4A4A. Windows color (decimal): -9355237 or 1785969. OLE color: 1785969.

HSL color Cylindrical-coordinate representation of color #71401B: hue angle of 25.81º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71401B is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1136427-
CMYK00.430.760.56
HSL25.81º61.43%27.45%-
HSV(B)25.81º76.11%44.31%-
XYZ8.847.261.97-
YUV74.43101.23155.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 27 (10.94% from 255) = 13.24%
R=55.39%
G=31.37%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113642700.430.760.5625.8161.4327.45
Hex71401B02B4C381a3d1b
Octal1611003305311470327533
Binary1110001100000011011010101110011001110001101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71401B; }

 p { color: rgb(113,64,27); }

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

<style>
 a { background-color: #71401B; }

 a { background-color: rgb(113,64,27); }

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

<style>
 span { border-color: #71401B; }

 span { border-color: rgb(113,64,27); }

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