#714020

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

Shades of Peru Tan #714020

Tints of Peru Tan #714020

Color information

#714020 (or 0x714020) is unknown color: approx Peru Tan. HEX triplet: 71, 40 and 20. RGB value is (113,64,32). Sum of RGB (Red+Green+Blue) = 113+64+32=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #714020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714020 is #8EBFDF. Grayscale: #4B4B4B. Windows color (decimal): -9355232 or 2113649. OLE color: 2113649.

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

Color convert

RGB1136432-
CMYK00.430.720.56
HSL23.7º55.86%28.43%-
HSV(B)23.7º71.68%44.31%-
XYZ8.97.282.3-
YUV75103.73155.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.07%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 32 (12.89% from 255) = 15.31%
R=54.07%
G=30.62%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113643200.430.720.5623.755.8628.43
Hex71402002B483818381c
Octal1611004005311070307034
Binary11100011000000100000010101110010001110001100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714020; }

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

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

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

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

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

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

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

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