#72290E

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

Shades of Peru Tan #72290E

Tints of Peru Tan #72290E

Color information

#72290E (or 0x72290E) is unknown color: approx Peru Tan. HEX triplet: 72, 29 and 0E. RGB value is (114,41,14). Sum of RGB (Red+Green+Blue) = 114+41+14=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #72290E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72290E is #8DD6F1. Grayscale: #3B3B3B. Windows color (decimal): -9295602 or 928114. OLE color: 928114.

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

Color convert

RGB1144114-
CMYK00.640.880.55
HSL16.2º78.12%25.1%-
HSV(B)16.2º87.72%44.71%-
XYZ7.815.191.01-
YUV59.75102.18166.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 67.46%
GREEN value IS 41 (16.41% from 255) = 24.26%
BLUE value IS 14 (5.86% from 255) = 8.28%
R=67.46%
G=24.26%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114411400.640.880.5516.278.1225.1
Hex7229E0405837104e19
Octal16251160100130672011631
Binary1110010101001111001000000101100011011110000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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