#723A20

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

Shades of Peru Tan #723A20

Tints of Peru Tan #723A20

Color information

#723A20 (or 0x723A20) is unknown color: approx Peru Tan. HEX triplet: 72, 3A and 20. RGB value is (114,58,32). Sum of RGB (Red+Green+Blue) = 114+58+32=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #723A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723A20 is #8DC5DF. Grayscale: #474747. Windows color (decimal): -9291232 or 2112114. OLE color: 2112114.

HSL color Cylindrical-coordinate representation of color #723A20: hue angle of 19.02º 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 #723A20 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1145832-
CMYK00.490.720.55
HSL19.02º56.16%28.63%-
HSV(B)19.02º71.93%44.71%-
XYZ8.716.712.2-
YUV71.78105.55158.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.88%
GREEN value IS 58 (23.05% from 255) = 28.43%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=55.88%
G=28.43%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114583200.490.720.5519.0256.1628.63
Hex723A20031483713381d
Octal162724006111067237035
Binary1110010111010100000011000110010001101111001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723A20; }

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

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

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

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

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

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

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

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