Html Css Color HEX #774421 Peru Tan

📋 copy color: '#774421'

red 119 ◦ green 68 ◦ blue 33

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

Shades of Peru Tan #774421

Tints of Peru Tan #774421

RGB

 RED value IS 119 (46.88% from 255) = 54.09%

 GREEN value IS 68 (26.95% from 255) = 30.91%

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

R = 54.09%
G = 30.91%
B = 15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#774421 (or 0x774421) is known color: Peru Tan. HEX triplet: 77, 44 and 21. RGB value is (119,68,33). Sum of RGB (Red+Green+Blue) = 119+68+33=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #774421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774421 is #88BBDE. Grayscale: #4F4F4F. Windows color (decimal): -8960991 or 2180215. OLE color: 2180215.

HSL color Cylindrical-coordinate representation of color #774421: hue angle of 24.42º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #774421 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 68 33 -
CMYK 0 0.43 0.72 0.53
HSL 24.42º 0.57% 0.3% -
HSV(B) 24.42º 0.72% 0.47% -
XYZ 9.95 8.17 2.49 -
YUV 79.26 101.9 156.35 -
System Red Green Blue C M Y K H S L
Decimal 119 68 33 0 0.43 0.72 0.53 24.42 0.57 0.3
Hex 77 44 21 0 2B 48 35 18 39 1E
Octal 167 104 41 0 53 110 65 30 71 36
Binary 1110111 1000100 100001 0 101011 1001000 110101 11000 111001 11110

Color Harmonies of #774421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774421

Black with #774421

Text Example


Text Example

White with #774421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774421; }

 p { color: rgb(119,68,33); }

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

background-color css

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

 a { background-color: rgb(119,68,33); }

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

border-color css

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

 span { border-color: rgb(119,68,33); }

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