#72320C

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

Shades of Peru Tan #72320C

Tints of Peru Tan #72320C

Color information

#72320C (or 0x72320C) is unknown color: approx Peru Tan. HEX triplet: 72, 32 and 0C. RGB value is (114,50,12). Sum of RGB (Red+Green+Blue) = 114+50+12=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #72320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72320C is #8DCDF3. Grayscale: #414141. Windows color (decimal): -9293300 or 799346. OLE color: 799346.

HSL color Cylindrical-coordinate representation of color #72320C: hue angle of 22.35º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72320C is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1145012-
CMYK00.560.890.55
HSL22.35º80.95%24.71%-
HSV(B)22.35º89.47%44.71%-
XYZ8.155.891.05-
YUV64.898.2163.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.77%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 12 (5.08% from 255) = 6.82%
R=64.77%
G=28.41%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114501200.560.890.5522.3580.9524.71
Hex7232C0385937165119
Octal1626214070131672612131
Binary111001011001011000111000101100111011110110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72320C; }

 p { color: rgb(114,50,12); }

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

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

 a { background-color: rgb(114,50,12); }

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

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

 span { border-color: rgb(114,50,12); }

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