#714221

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

Shades of Peru Tan #714221

Tints of Peru Tan #714221

Color information

#714221 (or 0x714221) is unknown color: approx Peru Tan. HEX triplet: 71, 42 and 21. RGB value is (113,66,33). Sum of RGB (Red+Green+Blue) = 113+66+33=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #714221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714221 is #8EBDDE. Grayscale: #4C4C4C. Windows color (decimal): -9354719 or 2179697. OLE color: 2179697.

HSL color Cylindrical-coordinate representation of color #714221: hue angle of 24.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #714221 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1136633-
CMYK00.420.710.56
HSL24.75º54.79%28.63%-
HSV(B)24.75º70.8%44.31%-
XYZ9.037.522.41-
YUV76.29103.57154.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.30%
GREEN value IS 66 (26.17% from 255) = 31.13%
BLUE value IS 33 (13.28% from 255) = 15.57%
R=53.30%
G=31.13%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113663300.420.710.5624.7554.7928.63
Hex71422102A473819371d
Octal1611024105210770316735
Binary11100011000010100001010101010001111110001100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714221; }

 p { color: rgb(113,66,33); }

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

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

 a { background-color: rgb(113,66,33); }

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

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

 span { border-color: rgb(113,66,33); }

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