#72351A

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

Shades of Peru Tan #72351A

Tints of Peru Tan #72351A

Color information

#72351A (or 0x72351A) is unknown color: approx Peru Tan. HEX triplet: 72, 35 and 1A. RGB value is (114,53,26). Sum of RGB (Red+Green+Blue) = 114+53+26=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72351A is #8DCAE5. Grayscale: #444444. Windows color (decimal): -9292518 or 1717618. OLE color: 1717618.

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

Color convert

RGB1145326-
CMYK00.540.770.55
HSL18.41º62.86%27.45%-
HSV(B)18.41º77.19%44.71%-
XYZ8.46.21.73-
YUV68.16104.21160.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.07%
GREEN value IS 53 (21.09% from 255) = 27.46%
BLUE value IS 26 (10.55% from 255) = 13.47%
R=59.07%
G=27.46%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114532600.540.770.5518.4162.8627.45
Hex72351A0364D37123f1b
Octal162653206611567227733
Binary111001011010111010011011010011011101111001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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