#72381A

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

Shades of Peru Tan #72381A

Tints of Peru Tan #72381A

Color information

#72381A (or 0x72381A) is unknown color: approx Peru Tan. HEX triplet: 72, 38 and 1A. RGB value is (114,56,26). Sum of RGB (Red+Green+Blue) = 114+56+26=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72381A is #8DC7E5. Grayscale: #464646. Windows color (decimal): -9291750 or 1718386. OLE color: 1718386.

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

Color convert

RGB1145626-
CMYK00.510.770.55
HSL20.45º62.86%27.45%-
HSV(B)20.45º77.19%44.71%-
XYZ8.546.481.78-
YUV69.92103.22159.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 56 (22.27% from 255) = 28.57%
BLUE value IS 26 (10.55% from 255) = 13.27%
R=58.16%
G=28.57%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114562600.510.770.5520.4562.8627.45
Hex72381A0334D37143f1b
Octal162703206311567247733
Binary111001011100011010011001110011011101111010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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