Html Css Color HEX #794222 Peru Tan

📋 copy color: '#794222'

red 121 ◦ green 66 ◦ blue 34

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

Shades of Peru Tan #794222

Tints of Peru Tan #794222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.86%

 BLUE value IS 34 (13.67% from 255) = 15.38%

R = 54.75%
G = 29.86%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#794222 (or 0x794222) is known color: Peru Tan. HEX triplet: 79, 42 and 22. RGB value is (121,66,34). Sum of RGB (Red+Green+Blue) = 121+66+34=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #794222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794222 is #86BDDD. Grayscale: #4E4E4E. Windows color (decimal): -8830430 or 2245241. OLE color: 2245241.

HSL color Cylindrical-coordinate representation of color #794222: hue angle of 22.07º degrees, saturation: 0.56, 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 #794222 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 66 34 -
CMYK 0 0.45 0.72 0.53
HSL 22.07º 0.56% 0.3% -
HSV(B) 22.07º 0.72% 0.47% -
XYZ 10.12 8.08 2.54 -
YUV 78.8 102.72 158.1 -
System Red Green Blue C M Y K H S L
Decimal 121 66 34 0 0.45 0.72 0.53 22.07 0.56 0.3
Hex 79 42 22 0 2D 48 35 16 38 1E
Octal 171 102 42 0 55 110 65 26 70 36
Binary 1111001 1000010 100010 0 101101 1001000 110101 10110 111000 11110

Color Harmonies of #794222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794222

Black with #794222

Text Example


Text Example

White with #794222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794222; }

 p { color: rgb(121,66,34); }

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

background-color css

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

 a { background-color: rgb(121,66,34); }

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

border-color css

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

 span { border-color: rgb(121,66,34); }

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