Html Css Color HEX #793E20 Peru Tan

📋 copy color: '#793E20'

red 121 ◦ green 62 ◦ blue 32

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

Shades of Peru Tan #793E20

Tints of Peru Tan #793E20

RGB

 RED value IS 121 (47.66% from 255) = 56.28%

 GREEN value IS 62 (24.61% from 255) = 28.84%

 BLUE value IS 32 (12.89% from 255) = 14.88%

R = 56.28%
G = 28.84%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#793E20 (or 0x793E20) is known color: Peru Tan. HEX triplet: 79, 3E and 20. RGB value is (121,62,32). Sum of RGB (Red+Green+Blue) = 121+62+32=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #793E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793E20 is #86C1DF. Grayscale: #4C4C4C. Windows color (decimal): -8831456 or 2113145. OLE color: 2113145.

HSL color Cylindrical-coordinate representation of color #793E20: hue angle of 20.22º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #793E20 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 62 32 -
CMYK 0 0.49 0.74 0.53
HSL 20.22º 0.58% 0.3% -
HSV(B) 20.22º 0.74% 0.47% -
XYZ 9.87 7.61 2.32 -
YUV 76.22 103.05 159.94 -
System Red Green Blue C M Y K H S L
Decimal 121 62 32 0 0.49 0.74 0.53 20.22 0.58 0.3
Hex 79 3E 20 0 31 4A 35 14 3A 1E
Octal 171 76 40 0 61 112 65 24 72 36
Binary 1111001 111110 100000 0 110001 1001010 110101 10100 111010 11110

Color Harmonies of #793E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793E20

Black with #793E20

Text Example


Text Example

White with #793E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793E20; }

 p { color: rgb(121,62,32); }

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

background-color css

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

 a { background-color: rgb(121,62,32); }

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

border-color css

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

 span { border-color: rgb(121,62,32); }

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