#723B20

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

Shades of Peru Tan #723B20

Tints of Peru Tan #723B20

Color information

#723B20 (or 0x723B20) is unknown color: approx Peru Tan. HEX triplet: 72, 3B and 20. RGB value is (114,59,32). Sum of RGB (Red+Green+Blue) = 114+59+32=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #723B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723B20 is #8DC4DF. Grayscale: #484848. Windows color (decimal): -9290976 or 2112370. OLE color: 2112370.

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

Color convert

RGB1145932-
CMYK00.480.720.55
HSL19.76º56.16%28.63%-
HSV(B)19.76º71.93%44.71%-
XYZ8.766.812.22-
YUV72.37105.22157.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 59 (23.44% from 255) = 28.78%
BLUE value IS 32 (12.89% from 255) = 15.61%
R=55.61%
G=28.78%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114593200.480.720.5519.7656.1628.63
Hex723B20030483714381d
Octal162734006011067247035
Binary1110010111011100000011000010010001101111010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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