#744014

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

Shades of Peru Tan #744014

Tints of Peru Tan #744014

Color information

#744014 (or 0x744014) is unknown color: approx Peru Tan. HEX triplet: 74, 40 and 14. RGB value is (116,64,20). Sum of RGB (Red+Green+Blue) = 116+64+20=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #744014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744014 is #8BBFEB. Grayscale: #4A4A4A. Windows color (decimal): -9158636 or 1327220. OLE color: 1327220.

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

Color convert

RGB1166420-
CMYK00.450.830.55
HSL27.5º70.59%26.67%-
HSV(B)27.5º82.76%45.49%-
XYZ9.167.431.61-
YUV74.5397.23157.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 20 (8.20% from 255) = 10%
R=58%
G=32%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116642000.450.830.5527.570.5926.67
Hex74401402D53371c471b
Octal16410024055123673410733
Binary11101001000000101000101101101001111011111100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744014; }

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

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

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

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

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

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

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

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