Html Css Color HEX #793205 Peru Tan

📋 copy color: '#793205'

red 121 ◦ green 50 ◦ blue 5

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

Shades of Peru Tan #793205

Tints of Peru Tan #793205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.84%

R = 68.75%
G = 28.41%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#793205 (or 0x793205) is known color: Peru Tan. HEX triplet: 79, 32 and 05. RGB value is (121,50,5). Sum of RGB (Red+Green+Blue) = 121+50+5=176 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.75% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 121 - color contains mainly: red. Hex color #793205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793205 is #86CDFA. Grayscale: #424242. Windows color (decimal): -8834555 or 340601. OLE color: 340601.

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

Color convert

RGB 121 50 5 -
CMYK 0 0.59 0.96 0.53
HSL 23.28º 0.92% 0.25% -
HSV(B) 23.28º 0.96% 0.47% -
XYZ 9.05 6.36 0.89 -
YUV 66.1 93.52 167.16 -
System Red Green Blue C M Y K H S L
Decimal 121 50 5 0 0.59 0.96 0.53 23.28 0.92 0.25
Hex 79 32 5 0 3B 60 35 17 5C 19
Octal 171 62 5 0 73 140 65 27 134 31
Binary 1111001 110010 101 0 111011 1100000 110101 10111 1011100 11001

Color Harmonies of #793205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793205

Black with #793205

Text Example


Text Example

White with #793205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793205; }

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

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

background-color css

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

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

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

border-color css

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

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

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