#744218

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

Shades of Peru Tan #744218

Tints of Peru Tan #744218

Color information

#744218 (or 0x744218) is unknown color: approx Peru Tan. HEX triplet: 74, 42 and 18. RGB value is (116,66,24). Sum of RGB (Red+Green+Blue) = 116+66+24=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #744218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744218 is #8BBDE7. Grayscale: #4C4C4C. Windows color (decimal): -9158120 or 1589876. OLE color: 1589876.

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

Color convert

RGB1166624-
CMYK00.430.790.55
HSL27.39º65.71%27.45%-
HSV(B)27.39º79.31%45.49%-
XYZ9.327.681.85-
YUV76.1698.56156.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.31%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 24 (9.77% from 255) = 11.65%
R=56.31%
G=32.04%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116662400.430.790.5527.3965.7127.45
Hex74421802B4F371b421b
Octal16410230053117673310233
Binary11101001000010110000101011100111111011111011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744218; }

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

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

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

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

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

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

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

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