#723920

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

Shades of Peru Tan #723920

Tints of Peru Tan #723920

Color information

#723920 (or 0x723920) is unknown color: approx Peru Tan. HEX triplet: 72, 39 and 20. RGB value is (114,57,32). Sum of RGB (Red+Green+Blue) = 114+57+32=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #723920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723920 is #8DC6DF. Grayscale: #474747. Windows color (decimal): -9291488 or 2111858. OLE color: 2111858.

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

Color convert

RGB1145732-
CMYK00.500.720.55
HSL18.29º56.16%28.63%-
HSV(B)18.29º71.93%44.71%-
XYZ8.666.612.19-
YUV71.19105.88158.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 32 (12.89% from 255) = 15.76%
R=56.16%
G=28.08%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114573200.500.720.5518.2956.1628.63
Hex723920032483712381d
Octal162714006211067227035
Binary1110010111001100000011001010010001101111001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723920; }

 p { color: rgb(114,57,32); }

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

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

 a { background-color: rgb(114,57,32); }

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

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

 span { border-color: rgb(114,57,32); }

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