Html Css Color HEX #793D1F Peru Tan

📋 copy color: '#793D1F'

red 121 ◦ green 61 ◦ blue 31

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

Shades of Peru Tan #793D1F

Tints of Peru Tan #793D1F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.64%

 BLUE value IS 31 (12.5% from 255) = 14.55%

R = 56.81%
G = 28.64%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#793D1F (or 0x793D1F) is known color: Peru Tan. HEX triplet: 79, 3D and 1F. RGB value is (121,61,31). Sum of RGB (Red+Green+Blue) = 121+61+31=213 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.81% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 121 - color contains mainly: red. Hex color #793D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793D1F is #86C2E0. Grayscale: #4B4B4B. Windows color (decimal): -8831713 or 2047353. OLE color: 2047353.

HSL color Cylindrical-coordinate representation of color #793D1F: hue angle of 20º degrees, saturation: 0.59, 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 #793D1F is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 61 31 -
CMYK 0 0.50 0.74 0.53
HSL 20º 0.59% 0.3% -
HSV(B) 20º 0.74% 0.47% -
XYZ 9.8 7.5 2.23 -
YUV 75.52 102.88 160.44 -
System Red Green Blue C M Y K H S L
Decimal 121 61 31 0 0.50 0.74 0.53 20 0.59 0.3
Hex 79 3D 1F 0 32 4A 35 14 3B 1E
Octal 171 75 37 0 62 112 65 24 73 36
Binary 1111001 111101 11111 0 110010 1001010 110101 10100 111011 11110

Color Harmonies of #793D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793D1F

Black with #793D1F

Text Example


Text Example

White with #793D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793D1F; }

 p { color: rgb(121,61,31); }

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

background-color css

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

 a { background-color: rgb(121,61,31); }

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

border-color css

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

 span { border-color: rgb(121,61,31); }

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