Html Css Color HEX #744222 Peru Tan

📋 copy color: '#744222'

red 116 ◦ green 66 ◦ blue 34

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

Shades of Peru Tan #744222

Tints of Peru Tan #744222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.56%

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

R = 53.7%
G = 30.56%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#744222 (or 0x744222) is known color: Peru Tan. HEX triplet: 74, 42 and 22. RGB value is (116,66,34). Sum of RGB (Red+Green+Blue) = 116+66+34=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #744222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744222 is #8BBDDD. Grayscale: #4D4D4D. Windows color (decimal): -9158110 or 2245236. OLE color: 2245236.

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

Color convert

RGB 116 66 34 -
CMYK 0 0.43 0.71 0.55
HSL 23.41º 0.55% 0.29% -
HSV(B) 23.41º 0.71% 0.45% -
XYZ 9.44 7.72 2.51 -
YUV 77.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 116 66 34 0 0.43 0.71 0.55 23.41 0.55 0.29
Hex 74 42 22 0 2B 47 37 17 37 1D
Octal 164 102 42 0 53 107 67 27 67 35
Binary 1110100 1000010 100010 0 101011 1000111 110111 10111 110111 11101

Color Harmonies of #744222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744222

Black with #744222

Text Example


Text Example

White with #744222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744222; }

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

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

background-color css

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

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

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

border-color css

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

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

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