#74441F

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

Shades of Peru Tan #74441F

Tints of Peru Tan #74441F

Color information

#74441F (or 0x74441F) is unknown color: approx Peru Tan. HEX triplet: 74, 44 and 1F. RGB value is (116,68,31). Sum of RGB (Red+Green+Blue) = 116+68+31=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74441F is #8BBBE0. Grayscale: #4E4E4E. Windows color (decimal): -9157601 or 2049140. OLE color: 2049140.

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

Color convert

RGB1166831-
CMYK00.410.730.55
HSL26.12º57.82%28.82%-
HSV(B)26.12º73.28%45.49%-
XYZ9.527.952.33-
YUV78.13101.4155.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.95%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 31 (12.5% from 255) = 14.42%
R=53.95%
G=31.63%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116683100.410.730.5526.1257.8228.82
Hex74441F02949371a3a1d
Octal1641043705111167327235
Binary1110100100010011111010100110010011101111101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,68,31); }

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

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

 a { background-color: rgb(116,68,31); }

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

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

 span { border-color: rgb(116,68,31); }

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