#71310F

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

Shades of Peru Tan #71310F

Tints of Peru Tan #71310F

Color information

#71310F (or 0x71310F) is unknown color: approx Peru Tan. HEX triplet: 71, 31 and 0F. RGB value is (113,49,15). Sum of RGB (Red+Green+Blue) = 113+49+15=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #71310F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71310F is #8ECEF0. Grayscale: #404040. Windows color (decimal): -9359089 or 995697. OLE color: 995697.

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

Color convert

RGB1134915-
CMYK00.570.870.56
HSL20.82º76.56%25.1%-
HSV(B)20.82º86.73%44.31%-
XYZ7.995.741.14-
YUV64.26100.2162.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.84%
GREEN value IS 49 (19.53% from 255) = 27.68%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=63.84%
G=27.68%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113491500.570.870.5620.8276.5625.1
Hex7131F0395738154d19
Octal1616117071127702511531
Binary111000111000111110111001101011111100010101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,49,15); }

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

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

 a { background-color: rgb(113,49,15); }

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

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

 span { border-color: rgb(113,49,15); }

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