Html Css Color HEX #793211 Peru Tan

📋 copy color: '#793211'

red 121 ◦ green 50 ◦ blue 17

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

Shades of Peru Tan #793211

Tints of Peru Tan #793211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.6%

 BLUE value IS 17 (7.03% from 255) = 9.04%

R = 64.36%
G = 26.6%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#793211 (or 0x793211) is known color: Peru Tan. HEX triplet: 79, 32 and 11. RGB value is (121,50,17). Sum of RGB (Red+Green+Blue) = 121+50+17=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #793211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793211 is #86CDEE. Grayscale: #434343. Windows color (decimal): -8834543 or 1127033. OLE color: 1127033.

HSL color Cylindrical-coordinate representation of color #793211: hue angle of 19.04º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #793211 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 50 17 -
CMYK 0 0.59 0.86 0.53
HSL 19.04º 0.75% 0.27% -
HSV(B) 19.04º 0.86% 0.47% -
XYZ 9.13 6.39 1.28 -
YUV 67.47 99.52 166.18 -
System Red Green Blue C M Y K H S L
Decimal 121 50 17 0 0.59 0.86 0.53 19.04 0.75 0.27
Hex 79 32 11 0 3B 56 35 13 4B 1B
Octal 171 62 21 0 73 126 65 23 113 33
Binary 1111001 110010 10001 0 111011 1010110 110101 10011 1001011 11011

Color Harmonies of #793211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793211

Black with #793211

Text Example


Text Example

White with #793211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793211; }

 p { color: rgb(121,50,17); }

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

background-color css

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

 a { background-color: rgb(121,50,17); }

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

border-color css

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

 span { border-color: rgb(121,50,17); }

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