#72391E

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

Shades of Peru Tan #72391E

Tints of Peru Tan #72391E

Color information

#72391E (or 0x72391E) is unknown color: approx Peru Tan. HEX triplet: 72, 39 and 1E. RGB value is (114,57,30). Sum of RGB (Red+Green+Blue) = 114+57+30=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #72391E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72391E is #8DC6E1. Grayscale: #474747. Windows color (decimal): -9291490 or 1980786. OLE color: 1980786.

HSL color Cylindrical-coordinate representation of color #72391E: hue angle of 19.29º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72391E is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1145730-
CMYK00.500.740.55
HSL19.29º58.33%28.24%-
HSV(B)19.29º73.68%44.71%-
XYZ8.646.62.05-
YUV70.96104.88158.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 57 (22.66% from 255) = 28.36%
BLUE value IS 30 (12.11% from 255) = 14.93%
R=56.72%
G=28.36%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114573000.500.740.5519.2958.3328.24
Hex72391E0324A37133a1c
Octal162713606211267237234
Binary111001011100111110011001010010101101111001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72391E; }

 p { color: rgb(114,57,30); }

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

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

 a { background-color: rgb(114,57,30); }

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

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

 span { border-color: rgb(114,57,30); }

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