#723712

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

Shades of Peru Tan #723712

Tints of Peru Tan #723712

Color information

#723712 (or 0x723712) is unknown color: approx Peru Tan. HEX triplet: 72, 37 and 12. RGB value is (114,55,18). Sum of RGB (Red+Green+Blue) = 114+55+18=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #723712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723712 is #8DC8ED. Grayscale: #444444. Windows color (decimal): -9292014 or 1193842. OLE color: 1193842.

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

Color convert

RGB1145518-
CMYK00.520.840.55
HSL23.12º72.73%25.88%-
HSV(B)23.12º84.21%44.71%-
XYZ8.416.351.36-
YUV68.4299.55160.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.96%
GREEN value IS 55 (21.88% from 255) = 29.41%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=60.96%
G=29.41%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114551800.520.840.5523.1272.7325.88
Hex723712034543717491a
Octal1626722064124672711132
Binary1110010110111100100110100101010011011110111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723712; }

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

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

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

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

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

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

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

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