#72331A

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

Shades of Peru Tan #72331A

Tints of Peru Tan #72331A

Color information

#72331A (or 0x72331A) is unknown color: approx Peru Tan. HEX triplet: 72, 33 and 1A. RGB value is (114,51,26). Sum of RGB (Red+Green+Blue) = 114+51+26=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #72331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72331A is #8DCCE5. Grayscale: #434343. Windows color (decimal): -9293030 or 1717106. OLE color: 1717106.

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

Color convert

RGB1145126-
CMYK00.550.770.55
HSL17.05º62.86%27.45%-
HSV(B)17.05º77.19%44.71%-
XYZ8.316.021.7-
YUV66.99104.87161.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.69%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=59.69%
G=26.70%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114512600.550.770.5517.0562.8627.45
Hex72331A0374D37113f1b
Octal162633206711567217733
Binary111001011001111010011011110011011101111000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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