#723107

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

Shades of Peru Tan #723107

Tints of Peru Tan #723107

Color information

#723107 (or 0x723107) is unknown color: approx Peru Tan. HEX triplet: 72, 31 and 07. RGB value is (114,49,7). Sum of RGB (Red+Green+Blue) = 114+49+7=170 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.06% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 114 - color contains mainly: red. Hex color #723107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723107 is #8DCEF8. Grayscale: #3F3F3F. Windows color (decimal): -9293561 or 471410. OLE color: 471410.

HSL color Cylindrical-coordinate representation of color #723107: hue angle of 23.55º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #723107 is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB114497-
CMYK00.570.940.55
HSL23.55º88.43%23.73%-
HSV(B)23.55º93.86%44.71%-
XYZ8.085.790.89-
YUV63.6596.03163.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.06%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 7 (3.12% from 255) = 4.12%
R=67.06%
G=28.82%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11449700.570.940.5523.5588.4323.73
Hex723170395E37185818
Octal162617071136673013030
Binary11100101100011110111001101111011011111000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723107; }

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

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

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

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

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

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

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

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