#744117

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

Shades of Peru Tan #744117

Tints of Peru Tan #744117

Color information

#744117 (or 0x744117) is unknown color: approx Peru Tan. HEX triplet: 74, 41 and 17. RGB value is (116,65,23). Sum of RGB (Red+Green+Blue) = 116+65+23=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #744117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744117 is #8BBEE8. Grayscale: #4B4B4B. Windows color (decimal): -9158377 or 1524084. OLE color: 1524084.

HSL color Cylindrical-coordinate representation of color #744117: hue angle of 27.1º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #744117 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB1166523-
CMYK00.440.800.55
HSL27.1º66.91%27.25%-
HSV(B)27.1º80.17%45.49%-
XYZ9.257.561.78-
YUV75.4698.4156.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.86%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 23 (9.38% from 255) = 11.27%
R=56.86%
G=31.86%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116652300.440.800.5527.166.9127.25
Hex74411702C50371b431b
Octal16410127054120673310333
Binary11101001000001101110101100101000011011111011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744117; }

 p { color: rgb(116,65,23); }

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

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

 a { background-color: rgb(116,65,23); }

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

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

 span { border-color: rgb(116,65,23); }

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