Html Css Color HEX #744221 Peru Tan

📋 copy color: '#744221'

red 116 ◦ green 66 ◦ blue 33

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

Shades of Peru Tan #744221

Tints of Peru Tan #744221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.35%

R = 53.95%
G = 30.7%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#744221 (or 0x744221) is known color: Peru Tan. HEX triplet: 74, 42 and 21. RGB value is (116,66,33). Sum of RGB (Red+Green+Blue) = 116+66+33=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #744221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744221 is #8BBDDE. Grayscale: #4D4D4D. Windows color (decimal): -9158111 or 2179700. OLE color: 2179700.

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

Color convert

RGB 116 66 33 -
CMYK 0 0.43 0.72 0.55
HSL 23.86º 0.56% 0.29% -
HSV(B) 23.86º 0.72% 0.45% -
XYZ 9.43 7.72 2.43 -
YUV 77.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 116 66 33 0 0.43 0.72 0.55 23.86 0.56 0.29
Hex 74 42 21 0 2B 48 37 18 38 1D
Octal 164 102 41 0 53 110 67 30 70 35
Binary 1110100 1000010 100001 0 101011 1001000 110111 11000 111000 11101

Color Harmonies of #744221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744221

Black with #744221

Text Example


Text Example

White with #744221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744221; }

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

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

background-color css

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

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

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

border-color css

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

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

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