#72361B

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

Shades of Peru Tan #72361B

Tints of Peru Tan #72361B

Color information

#72361B (or 0x72361B) is unknown color: approx Peru Tan. HEX triplet: 72, 36 and 1B. RGB value is (114,54,27). Sum of RGB (Red+Green+Blue) = 114+54+27=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #72361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72361B is #8DC9E4. Grayscale: #454545. Windows color (decimal): -9292261 or 1783410. OLE color: 1783410.

HSL color Cylindrical-coordinate representation of color #72361B: hue angle of 18.62º 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 #72361B is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1145427-
CMYK00.530.760.55
HSL18.62º61.7%27.65%-
HSV(B)18.62º76.32%44.71%-
XYZ8.466.291.81-
YUV68.86104.38160.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.46%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=58.46%
G=27.69%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114542700.530.760.5518.6261.727.65
Hex72361B0354C37133e1c
Octal162663306511467237634
Binary111001011011011011011010110011001101111001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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