#744221

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

Shades of Peru Tan #744221

Tints of Peru Tan #744221

Color information

#744221 (or 0x744221) is unknown color: approx Peru Tan. HEX triplet: 74, 42 and 21. RGB value is (116,66,33). Sum of RGB (Red+Green+Blue) = 116+66+33=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #744221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744221 is #8BBDDE. Grayscale: #4D4D4D. Windows color (decimal): -9158111 or 2179700. OLE color: 2179700.

HSL color Cylindrical-coordinate representation of color #744221: hue angle of 23.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #744221 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1166633-
CMYK00.430.720.55
HSL23.86º55.7%29.22%-
HSV(B)23.86º71.55%45.49%-
XYZ9.437.722.43-
YUV77.19103.06155.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.95%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 33 (13.28% from 255) = 15.35%
R=53.95%
G=30.70%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116663300.430.720.5523.8655.729.22
Hex74422102B483718381d
Octal1641024105311067307035
Binary11101001000010100001010101110010001101111100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744221; }

 p { color: rgb(116,66,33); }

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

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

 a { background-color: rgb(116,66,33); }

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

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

 span { border-color: rgb(116,66,33); }

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