Html Css Color HEX #744322 Peru Tan

📋 copy color: '#744322'

red 116 ◦ green 67 ◦ blue 34

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

Shades of Peru Tan #744322

Tints of Peru Tan #744322

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.88%

 BLUE value IS 34 (13.67% from 255) = 15.67%

R = 53.46%
G = 30.88%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#744322 (or 0x744322) is known color: Peru Tan. HEX triplet: 74, 43 and 22. RGB value is (116,67,34). Sum of RGB (Red+Green+Blue) = 116+67+34=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #744322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744322 is #8BBCDD. Grayscale: #4E4E4E. Windows color (decimal): -9157854 or 2245492. OLE color: 2245492.

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

Color convert

RGB 116 67 34 -
CMYK 0 0.42 0.71 0.55
HSL 24.15º 0.55% 0.29% -
HSV(B) 24.15º 0.71% 0.45% -
XYZ 9.5 7.84 2.53 -
YUV 77.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 116 67 34 0 0.42 0.71 0.55 24.15 0.55 0.29
Hex 74 43 22 0 2A 47 37 18 37 1D
Octal 164 103 42 0 52 107 67 30 67 35
Binary 1110100 1000011 100010 0 101010 1000111 110111 11000 110111 11101

Color Harmonies of #744322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744322

Black with #744322

Text Example


Text Example

White with #744322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744322; }

 p { color: rgb(116,67,34); }

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

background-color css

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

 a { background-color: rgb(116,67,34); }

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

border-color css

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

 span { border-color: rgb(116,67,34); }

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