#723714

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

Shades of Peru Tan #723714

Tints of Peru Tan #723714

Color information

#723714 (or 0x723714) is unknown color: approx Peru Tan. HEX triplet: 72, 37 and 14. RGB value is (114,55,20). Sum of RGB (Red+Green+Blue) = 114+55+20=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #723714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723714 is #8DC8EB. Grayscale: #444444. Windows color (decimal): -9292012 or 1324914. OLE color: 1324914.

HSL color Cylindrical-coordinate representation of color #723714: hue angle of 22.34º 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 #723714 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1145520-
CMYK00.520.820.55
HSL22.34º70.15%26.27%-
HSV(B)22.34º82.46%44.71%-
XYZ8.436.361.45-
YUV68.65100.55160.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.32%
GREEN value IS 55 (21.88% from 255) = 29.10%
BLUE value IS 20 (8.20% from 255) = 10.58%
R=60.32%
G=29.10%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114552000.520.820.5522.3470.1526.27
Hex723714034523716461a
Octal1626724064122672610632
Binary1110010110111101000110100101001011011110110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723714; }

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

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

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

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

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

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

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

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