#72351D

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

Shades of Peru Tan #72351D

Tints of Peru Tan #72351D

Color information

#72351D (or 0x72351D) is unknown color: approx Peru Tan. HEX triplet: 72, 35 and 1D. RGB value is (114,53,29). Sum of RGB (Red+Green+Blue) = 114+53+29=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72351D is #8DCAE2. Grayscale: #444444. Windows color (decimal): -9292515 or 1914226. OLE color: 1914226.

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

Color convert

RGB1145329-
CMYK00.540.750.55
HSL16.94º59.44%28.04%-
HSV(B)16.94º74.56%44.71%-
XYZ8.436.211.92-
YUV68.5105.71160.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 29 (11.72% from 255) = 14.80%
R=58.16%
G=27.04%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114532900.540.750.5516.9459.4428.04
Hex72351D0364B37113b1c
Octal162653506611367217334
Binary111001011010111101011011010010111101111000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72351D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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