Html Css Color HEX #794122 Peru Tan

📋 copy color: '#794122'

red 121 ◦ green 65 ◦ blue 34

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

Shades of Peru Tan #794122

Tints of Peru Tan #794122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.55%

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

R = 55%
G = 29.55%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#794122 (or 0x794122) is known color: Peru Tan. HEX triplet: 79, 41 and 22. RGB value is (121,65,34). Sum of RGB (Red+Green+Blue) = 121+65+34=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #794122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794122 is #86BEDD. Grayscale: #4E4E4E. Windows color (decimal): -8830686 or 2244985. OLE color: 2244985.

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

Color convert

RGB 121 65 34 -
CMYK 0 0.46 0.72 0.53
HSL 21.38º 0.56% 0.3% -
HSV(B) 21.38º 0.72% 0.47% -
XYZ 10.06 7.96 2.52 -
YUV 78.21 103.05 158.52 -
System Red Green Blue C M Y K H S L
Decimal 121 65 34 0 0.46 0.72 0.53 21.38 0.56 0.3
Hex 79 41 22 0 2E 48 35 15 38 1E
Octal 171 101 42 0 56 110 65 25 70 36
Binary 1111001 1000001 100010 0 101110 1001000 110101 10101 111000 11110

Color Harmonies of #794122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794122

Black with #794122

Text Example


Text Example

White with #794122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794122; }

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

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

background-color css

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

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

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

border-color css

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

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

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