Html Css Color HEX #743514 Peru Tan

📋 copy color: '#743514'

red 116 ◦ green 53 ◦ blue 20

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

Shades of Peru Tan #743514

Tints of Peru Tan #743514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.04%

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

R = 61.38%
G = 28.04%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#743514 (or 0x743514) is known color: Peru Tan. HEX triplet: 74, 35 and 14. RGB value is (116,53,20). Sum of RGB (Red+Green+Blue) = 116+53+20=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #743514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743514 is #8BCAEB. Grayscale: #444444. Windows color (decimal): -9161452 or 1324404. OLE color: 1324404.

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

Color convert

RGB 116 53 20 -
CMYK 0 0.54 0.83 0.55
HSL 20.63º 0.71% 0.27% -
HSV(B) 20.63º 0.83% 0.45% -
XYZ 8.6 6.31 1.43 -
YUV 68.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 116 53 20 0 0.54 0.83 0.55 20.63 0.71 0.27
Hex 74 35 14 0 36 53 37 15 47 1B
Octal 164 65 24 0 66 123 67 25 107 33
Binary 1110100 110101 10100 0 110110 1010011 110111 10101 1000111 11011

Color Harmonies of #743514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743514

Black with #743514

Text Example


Text Example

White with #743514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743514; }

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

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

background-color css

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

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

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

border-color css

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

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

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