#72381D

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

Shades of Peru Tan #72381D

Tints of Peru Tan #72381D

Color information

#72381D (or 0x72381D) is unknown color: approx Peru Tan. HEX triplet: 72, 38 and 1D. RGB value is (114,56,29). Sum of RGB (Red+Green+Blue) = 114+56+29=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #72381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72381D is #8DC7E2. Grayscale: #464646. Windows color (decimal): -9291747 or 1914994. OLE color: 1914994.

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

Color convert

RGB1145629-
CMYK00.510.750.55
HSL19.06º59.44%28.04%-
HSV(B)19.06º74.56%44.71%-
XYZ8.586.491.96-
YUV70.26104.72159.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 56 (22.27% from 255) = 28.14%
BLUE value IS 29 (11.72% from 255) = 14.57%
R=57.29%
G=28.14%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114562900.510.750.5519.0659.4428.04
Hex72381D0334B37133b1c
Octal162703506311367237334
Binary111001011100011101011001110010111101111001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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