Html Css Color HEX #794021 Peru Tan

📋 copy color: '#794021'

red 121 ◦ green 64 ◦ blue 33

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

Shades of Peru Tan #794021

Tints of Peru Tan #794021

RGB

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

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

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

R = 55.5%
G = 29.36%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#794021 (or 0x794021) is known color: Peru Tan. HEX triplet: 79, 40 and 21. RGB value is (121,64,33). Sum of RGB (Red+Green+Blue) = 121+64+33=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #794021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794021 is #86BFDE. Grayscale: #4D4D4D. Windows color (decimal): -8830943 or 2179193. OLE color: 2179193.

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

Color convert

RGB 121 64 33 -
CMYK 0 0.47 0.73 0.53
HSL 21.14º 0.57% 0.3% -
HSV(B) 21.14º 0.73% 0.47% -
XYZ 9.99 7.84 2.43 -
YUV 77.51 102.88 159.02 -
System Red Green Blue C M Y K H S L
Decimal 121 64 33 0 0.47 0.73 0.53 21.14 0.57 0.3
Hex 79 40 21 0 2F 49 35 15 39 1E
Octal 171 100 41 0 57 111 65 25 71 36
Binary 1111001 1000000 100001 0 101111 1001001 110101 10101 111001 11110

Color Harmonies of #794021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794021

Black with #794021

Text Example


Text Example

White with #794021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794021; }

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

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

background-color css

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

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

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

border-color css

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

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

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