#744219

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

Shades of Peru Tan #744219

Tints of Peru Tan #744219

Color information

#744219 (or 0x744219) is unknown color: approx Peru Tan. HEX triplet: 74, 42 and 19. RGB value is (116,66,25). Sum of RGB (Red+Green+Blue) = 116+66+25=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #744219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744219 is #8BBDE6. Grayscale: #4C4C4C. Windows color (decimal): -9158119 or 1655412. OLE color: 1655412.

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

Color convert

RGB1166625-
CMYK00.430.780.55
HSL27.03º64.54%27.65%-
HSV(B)27.03º78.45%45.49%-
XYZ9.337.681.91-
YUV76.2899.06156.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.04%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 25 (10.16% from 255) = 12.08%
R=56.04%
G=31.88%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116662500.430.780.5527.0364.5427.65
Hex74421902B4E371b411c
Octal16410231053116673310134
Binary11101001000010110010101011100111011011111011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744219; }

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

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

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

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

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

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

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

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