#72321A

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

Shades of Peru Tan #72321A

Tints of Peru Tan #72321A

Color information

#72321A (or 0x72321A) is unknown color: approx Peru Tan. HEX triplet: 72, 32 and 1A. RGB value is (114,50,26). Sum of RGB (Red+Green+Blue) = 114+50+26=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #72321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72321A is #8DCDE5. Grayscale: #424242. Windows color (decimal): -9293286 or 1716850. OLE color: 1716850.

HSL color Cylindrical-coordinate representation of color #72321A: hue angle of 16.36º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72321A is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1145026-
CMYK00.560.770.55
HSL16.36º62.86%27.45%-
HSV(B)16.36º77.19%44.71%-
XYZ8.275.931.69-
YUV66.4105.2161.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=60%
G=26.32%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114502600.560.770.5516.3662.8627.45
Hex72321A0384D37103f1b
Octal162623207011567207733
Binary111001011001011010011100010011011101111000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72321A; }

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

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

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

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

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

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

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

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