#72371B

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

Shades of Peru Tan #72371B

Tints of Peru Tan #72371B

Color information

#72371B (or 0x72371B) is unknown color: approx Peru Tan. HEX triplet: 72, 37 and 1B. RGB value is (114,55,27). Sum of RGB (Red+Green+Blue) = 114+55+27=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72371B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72371B is #8DC8E4. Grayscale: #454545. Windows color (decimal): -9292005 or 1783666. OLE color: 1783666.

HSL color Cylindrical-coordinate representation of color #72371B: hue angle of 19.31º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72371B is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1145527-
CMYK00.520.760.55
HSL19.31º61.7%27.65%-
HSV(B)19.31º76.32%44.71%-
XYZ8.56.391.82-
YUV69.45104.05159.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 55 (21.88% from 255) = 28.06%
BLUE value IS 27 (10.94% from 255) = 13.78%
R=58.16%
G=28.06%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114552700.520.760.5519.3161.727.65
Hex72371B0344C37133e1c
Octal162673306411467237634
Binary111001011011111011011010010011001101111001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72371B; }

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

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

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

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

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

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

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

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