Html Css Color HEX #794320 Peru Tan

📋 copy color: '#794320'

red 121 ◦ green 67 ◦ blue 32

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

Shades of Peru Tan #794320

Tints of Peru Tan #794320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.45%

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

R = 55%
G = 30.45%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#794320 (or 0x794320) is known color: Peru Tan. HEX triplet: 79, 43 and 20. RGB value is (121,67,32). Sum of RGB (Red+Green+Blue) = 121+67+32=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #794320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794320 is #86BCDF. Grayscale: #4F4F4F. Windows color (decimal): -8830176 or 2114425. OLE color: 2114425.

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

Color convert

RGB 121 67 32 -
CMYK 0 0.45 0.74 0.53
HSL 23.6º 0.58% 0.3% -
HSV(B) 23.6º 0.74% 0.47% -
XYZ 10.15 8.18 2.41 -
YUV 79.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 121 67 32 0 0.45 0.74 0.53 23.6 0.58 0.3
Hex 79 43 20 0 2D 4A 35 18 3A 1E
Octal 171 103 40 0 55 112 65 30 72 36
Binary 1111001 1000011 100000 0 101101 1001010 110101 11000 111010 11110

Color Harmonies of #794320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794320

Black with #794320

Text Example


Text Example

White with #794320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794320; }

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

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

background-color css

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

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

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

border-color css

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

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

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