#72290D

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

Shades of Peru Tan #72290D

Tints of Peru Tan #72290D

Color information

#72290D (or 0x72290D) is unknown color: approx Peru Tan. HEX triplet: 72, 29 and 0D. RGB value is (114,41,13). Sum of RGB (Red+Green+Blue) = 114+41+13=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #72290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72290D is #8DD6F2. Grayscale: #3B3B3B. Windows color (decimal): -9295603 or 862578. OLE color: 862578.

HSL color Cylindrical-coordinate representation of color #72290D: hue angle of 16.63º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72290D is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1144113-
CMYK00.640.890.55
HSL16.63º79.53%24.9%-
HSV(B)16.63º88.6%44.71%-
XYZ7.815.190.97-
YUV59.64101.68166.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.86%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 13 (5.47% from 255) = 7.74%
R=67.86%
G=24.40%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114411300.640.890.5516.6379.5324.9
Hex7229D0405937115019
Octal16251150100131672112031
Binary1110010101001110101000000101100111011110001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,41,13); }

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

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

 a { background-color: rgb(114,41,13); }

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

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

 span { border-color: rgb(114,41,13); }

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