#723116

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

Shades of Peru Tan #723116

Tints of Peru Tan #723116

Color information

#723116 (or 0x723116) is unknown color: approx Peru Tan. HEX triplet: 72, 31 and 16. RGB value is (114,49,22). Sum of RGB (Red+Green+Blue) = 114+49+22=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #723116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723116 is #8DCEE9. Grayscale: #414141. Windows color (decimal): -9293546 or 1454450. OLE color: 1454450.

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

Color convert

RGB1144922-
CMYK00.570.810.55
HSL17.61º67.65%26.67%-
HSV(B)17.61º80.7%44.71%-
XYZ8.185.831.45-
YUV65.36103.53162.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.62%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 22 (8.98% from 255) = 11.89%
R=61.62%
G=26.49%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114492200.570.810.5517.6167.6526.67
Hex723116039513712441b
Octal1626126071121672210433
Binary1110010110001101100111001101000111011110010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723116; }

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

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

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

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

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

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

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

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