Html Css Color HEX #794020 Peru Tan

📋 copy color: '#794020'

red 121 ◦ green 64 ◦ blue 32

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

Shades of Peru Tan #794020

Tints of Peru Tan #794020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.49%

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

R = 55.76%
G = 29.49%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#794020 (or 0x794020) is known color: Peru Tan. HEX triplet: 79, 40 and 20. RGB value is (121,64,32). Sum of RGB (Red+Green+Blue) = 121+64+32=217 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.76% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 121 - color contains mainly: red. Hex color #794020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794020 is #86BFDF. Grayscale: #4D4D4D. Windows color (decimal): -8830944 or 2113657. OLE color: 2113657.

HSL color Cylindrical-coordinate representation of color #794020: hue angle of 21.57º 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 #794020 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 64 32 -
CMYK 0 0.47 0.74 0.53
HSL 21.57º 0.58% 0.3% -
HSV(B) 21.57º 0.74% 0.47% -
XYZ 9.98 7.84 2.35 -
YUV 77.4 102.38 159.1 -
System Red Green Blue C M Y K H S L
Decimal 121 64 32 0 0.47 0.74 0.53 21.57 0.58 0.3
Hex 79 40 20 0 2F 4A 35 16 3A 1E
Octal 171 100 40 0 57 112 65 26 72 36
Binary 1111001 1000000 100000 0 101111 1001010 110101 10110 111010 11110

Color Harmonies of #794020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794020

Black with #794020

Text Example


Text Example

White with #794020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794020; }

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

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

background-color css

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

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

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

border-color css

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

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

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