Html Css Color HEX #794221 Peru Tan

📋 copy color: '#794221'

red 121 ◦ green 66 ◦ blue 33

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

Shades of Peru Tan #794221

Tints of Peru Tan #794221

RGB

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

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

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

R = 55%
G = 30%
B = 15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#794221 (or 0x794221) is known color: Peru Tan. HEX triplet: 79, 42 and 21. RGB value is (121,66,33). Sum of RGB (Red+Green+Blue) = 121+66+33=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #794221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794221 is #86BDDE. Grayscale: #4E4E4E. Windows color (decimal): -8830431 or 2179705. OLE color: 2179705.

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

Color convert

RGB 121 66 33 -
CMYK 0 0.45 0.73 0.53
HSL 22.5º 0.57% 0.3% -
HSV(B) 22.5º 0.73% 0.47% -
XYZ 10.11 8.07 2.46 -
YUV 78.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 121 66 33 0 0.45 0.73 0.53 22.5 0.57 0.3
Hex 79 42 21 0 2D 49 35 16 39 1E
Octal 171 102 41 0 55 111 65 26 71 36
Binary 1111001 1000010 100001 0 101101 1001001 110101 10110 111001 11110

Color Harmonies of #794221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794221

Black with #794221

Text Example


Text Example

White with #794221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794221; }

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

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

background-color css

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

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

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

border-color css

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

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

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