Html Css Color HEX #773C21 Peru Tan

📋 copy color: '#773C21'

red 119 ◦ green 60 ◦ blue 33

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

Shades of Peru Tan #773C21

Tints of Peru Tan #773C21

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.3%

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

R = 56.13%
G = 28.3%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#773C21 (or 0x773C21) is known color: Peru Tan. HEX triplet: 77, 3C and 21. RGB value is (119,60,33). Sum of RGB (Red+Green+Blue) = 119+60+33=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #773C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773C21 is #88C3DE. Grayscale: #4A4A4A. Windows color (decimal): -8963039 or 2178167. OLE color: 2178167.

HSL color Cylindrical-coordinate representation of color #773C21: hue angle of 18.84º 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 #773C21 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 60 33 -
CMYK 0 0.50 0.72 0.53
HSL 18.84º 0.57% 0.3% -
HSV(B) 18.84º 0.72% 0.47% -
XYZ 9.5 7.26 2.34 -
YUV 74.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 119 60 33 0 0.50 0.72 0.53 18.84 0.57 0.3
Hex 77 3C 21 0 32 48 35 13 39 1E
Octal 167 74 41 0 62 110 65 23 71 36
Binary 1110111 111100 100001 0 110010 1001000 110101 10011 111001 11110

Color Harmonies of #773C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C21

Black with #773C21

Text Example


Text Example

White with #773C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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