Html Css Color HEX #744122 Peru Tan

📋 copy color: '#744122'

red 116 ◦ green 65 ◦ blue 34

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

Shades of Peru Tan #744122

Tints of Peru Tan #744122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

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

R = 53.95%
G = 30.23%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#744122 (or 0x744122) is known color: Peru Tan. HEX triplet: 74, 41 and 22. RGB value is (116,65,34). Sum of RGB (Red+Green+Blue) = 116+65+34=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #744122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744122 is #8BBEDD. Grayscale: #4C4C4C. Windows color (decimal): -9158366 or 2244980. OLE color: 2244980.

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

Color convert

RGB 116 65 34 -
CMYK 0 0.44 0.71 0.55
HSL 22.68º 0.55% 0.29% -
HSV(B) 22.68º 0.71% 0.45% -
XYZ 9.38 7.61 2.49 -
YUV 76.72 103.9 156.02 -
System Red Green Blue C M Y K H S L
Decimal 116 65 34 0 0.44 0.71 0.55 22.68 0.55 0.29
Hex 74 41 22 0 2C 47 37 17 37 1D
Octal 164 101 42 0 54 107 67 27 67 35
Binary 1110100 1000001 100010 0 101100 1000111 110111 10111 110111 11101

Color Harmonies of #744122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744122

Black with #744122

Text Example


Text Example

White with #744122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744122; }

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

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

background-color css

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

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

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

border-color css

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

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

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