#72421F

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

Shades of Peru Tan #72421F

Tints of Peru Tan #72421F

Color information

#72421F (or 0x72421F) is unknown color: approx Peru Tan. HEX triplet: 72, 42 and 1F. RGB value is (114,66,31). Sum of RGB (Red+Green+Blue) = 114+66+31=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72421F is #8DBDE0. Grayscale: #4C4C4C. Windows color (decimal): -9289185 or 2048626. OLE color: 2048626.

HSL color Cylindrical-coordinate representation of color #72421F: hue angle of 25.3º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72421F is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1146631-
CMYK00.420.730.55
HSL25.3º57.24%28.43%-
HSV(B)25.3º72.81%44.71%-
XYZ9.137.572.28-
YUV76.36102.4154.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.03%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 31 (12.5% from 255) = 14.69%
R=54.03%
G=31.28%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114663100.420.730.5525.357.2428.43
Hex72421F02A493719391c
Octal1621023705211167317134
Binary1110010100001011111010101010010011101111100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72421F; }

 p { color: rgb(114,66,31); }

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

<style>
 a { background-color: #72421F; }

 a { background-color: rgb(114,66,31); }

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

<style>
 span { border-color: #72421F; }

 span { border-color: rgb(114,66,31); }

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