#72371C

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

Shades of Peru Tan #72371C

Tints of Peru Tan #72371C

Color information

#72371C (or 0x72371C) is unknown color: approx Peru Tan. HEX triplet: 72, 37 and 1C. RGB value is (114,55,28). Sum of RGB (Red+Green+Blue) = 114+55+28=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #72371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72371C is #8DC8E3. Grayscale: #454545. Windows color (decimal): -9292004 or 1849202. OLE color: 1849202.

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

Color convert

RGB1145528-
CMYK00.520.750.55
HSL18.84º60.56%27.84%-
HSV(B)18.84º75.44%44.71%-
XYZ8.526.391.88-
YUV69.56104.55159.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.87%
GREEN value IS 55 (21.88% from 255) = 27.92%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=57.87%
G=27.92%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114552800.520.750.5518.8460.5627.84
Hex72371C0344B37133d1c
Octal162673406411367237534
Binary111001011011111100011010010010111101111001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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