Html Css Color HEX #743014 Peru Tan

📋 copy color: '#743014'

red 116 ◦ green 48 ◦ blue 20

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

Shades of Peru Tan #743014

Tints of Peru Tan #743014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.09%

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

R = 63.04%
G = 26.09%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#743014 (or 0x743014) is known color: Peru Tan. HEX triplet: 74, 30 and 14. RGB value is (116,48,20). Sum of RGB (Red+Green+Blue) = 116+48+20=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #743014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743014 is #8BCFEB. Grayscale: #414141. Windows color (decimal): -9162732 or 1323124. OLE color: 1323124.

HSL color Cylindrical-coordinate representation of color #743014: hue angle of 17.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 #743014 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 48 20 -
CMYK 0 0.59 0.83 0.55
HSL 17.5º 0.71% 0.27% -
HSV(B) 17.5º 0.83% 0.45% -
XYZ 8.39 5.88 1.35 -
YUV 65.14 102.53 164.28 -
System Red Green Blue C M Y K H S L
Decimal 116 48 20 0 0.59 0.83 0.55 17.5 0.71 0.27
Hex 74 30 14 0 3B 53 37 12 47 1B
Octal 164 60 24 0 73 123 67 22 107 33
Binary 1110100 110000 10100 0 111011 1010011 110111 10010 1000111 11011

Color Harmonies of #743014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743014

Black with #743014

Text Example


Text Example

White with #743014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743014; }

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

 H1.HeaderClassName
 {
   color: #743014;
 }
 .AnyTagClassName
 {
   color: #743014;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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