#723614

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

Shades of Peru Tan #723614

Tints of Peru Tan #723614

Color information

#723614 (or 0x723614) is unknown color: approx Peru Tan. HEX triplet: 72, 36 and 14. RGB value is (114,54,20). Sum of RGB (Red+Green+Blue) = 114+54+20=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #723614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723614 is #8DC9EB. Grayscale: #444444. Windows color (decimal): -9292268 or 1324658. OLE color: 1324658.

HSL color Cylindrical-coordinate representation of color #723614: hue angle of 21.7º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #723614 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1145420-
CMYK00.530.820.55
HSL21.7º70.15%26.27%-
HSV(B)21.7º82.46%44.71%-
XYZ8.386.271.43-
YUV68.06100.88160.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.64%
GREEN value IS 54 (21.48% from 255) = 28.72%
BLUE value IS 20 (8.20% from 255) = 10.64%
R=60.64%
G=28.72%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114542000.530.820.5521.770.1526.27
Hex723614035523716461a
Octal1626624065122672610632
Binary1110010110110101000110101101001011011110110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723614; }

 p { color: rgb(114,54,20); }

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

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

 a { background-color: rgb(114,54,20); }

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

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

 span { border-color: rgb(114,54,20); }

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