#744017

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

Shades of Peru Tan #744017

Tints of Peru Tan #744017

Color information

#744017 (or 0x744017) is unknown color: approx Peru Tan. HEX triplet: 74, 40 and 17. RGB value is (116,64,23). Sum of RGB (Red+Green+Blue) = 116+64+23=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #744017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744017 is #8BBFE8. Grayscale: #4B4B4B. Windows color (decimal): -9158633 or 1523828. OLE color: 1523828.

HSL color Cylindrical-coordinate representation of color #744017: hue angle of 26.45º 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 #744017 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB1166423-
CMYK00.450.800.55
HSL26.45º66.91%27.25%-
HSV(B)26.45º80.17%45.49%-
XYZ9.197.441.76-
YUV74.8798.73157.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.14%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 23 (9.38% from 255) = 11.33%
R=57.14%
G=31.53%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116642300.450.800.5526.4566.9127.25
Hex74401702D50371a431b
Octal16410027055120673210333
Binary11101001000000101110101101101000011011111010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744017; }

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

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

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

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

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

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

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

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