#723616

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

Shades of Peru Tan #723616

Tints of Peru Tan #723616

Color information

#723616 (or 0x723616) is unknown color: approx Peru Tan. HEX triplet: 72, 36 and 16. RGB value is (114,54,22). Sum of RGB (Red+Green+Blue) = 114+54+22=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #723616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723616 is #8DC9E9. Grayscale: #444444. Windows color (decimal): -9292266 or 1455730. OLE color: 1455730.

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

Color convert

RGB1145422-
CMYK00.530.810.55
HSL20.87º67.65%26.67%-
HSV(B)20.87º80.7%44.71%-
XYZ8.46.271.53-
YUV68.29101.88160.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 22 (8.98% from 255) = 11.58%
R=60%
G=28.42%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114542200.530.810.5520.8767.6526.67
Hex723616035513715441b
Octal1626626065121672510433
Binary1110010110110101100110101101000111011110101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723616; }

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

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

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

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

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

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

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

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