Html Css Color HEX #744014 Peru Tan

📋 copy color: '#744014'

red 116 ◦ green 64 ◦ blue 20

#744014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru Tan #744014

Tints of Peru Tan #744014

RGB

 RED value IS 116 (45.7% from 255) = 58%

 GREEN value IS 64 (25.39% from 255) = 32%

 BLUE value IS 20 (8.2% from 255) = 10%

R = 58%
G = 32%
B = 10%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#744014 (or 0x744014) is known color: 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

RGB 116 64 20 -
CMYK 0 0.45 0.83 0.55
HSL 27.5º 0.71% 0.27% -
HSV(B) 27.5º 0.83% 0.45% -
XYZ 9.16 7.43 1.61 -
YUV 74.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 116 64 20 0 0.45 0.83 0.55 27.5 0.71 0.27
Hex 74 40 14 0 2D 53 37 1C 47 1B
Octal 164 100 24 0 55 123 67 34 107 33
Binary 1110100 1000000 10100 0 101101 1010011 110111 11100 1000111 11011

Color Harmonies of #744014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744014

Black with #744014

Text Example


Text Example

White with #744014

Text Example


Text Example

HTML Codes & Css Web 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>