#723C21

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

Shades of Peru Tan #723C21

Tints of Peru Tan #723C21

Color information

#723C21 (or 0x723C21) is unknown color: approx Peru Tan. HEX triplet: 72, 3C and 21. RGB value is (114,60,33). Sum of RGB (Red+Green+Blue) = 114+60+33=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #723C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723C21 is #8DC3DE. Grayscale: #494949. Windows color (decimal): -9290719 or 2178162. OLE color: 2178162.

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

Color convert

RGB1146033-
CMYK00.470.710.55
HSL20º55.1%28.82%-
HSV(B)20º71.05%44.71%-
XYZ8.836.922.31-
YUV73.07105.39157.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.07%
GREEN value IS 60 (23.83% from 255) = 28.99%
BLUE value IS 33 (13.28% from 255) = 15.94%
R=55.07%
G=28.99%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114603300.470.710.552055.128.82
Hex723C2102F473714371d
Octal162744105710767246735
Binary1110010111100100001010111110001111101111010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,60,33); }

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

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

 a { background-color: rgb(114,60,33); }

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

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

 span { border-color: rgb(114,60,33); }

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