Html Css Color HEX #79351A Peru Tan

📋 copy color: '#79351A'

red 121 ◦ green 53 ◦ blue 26

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

Shades of Peru Tan #79351A

Tints of Peru Tan #79351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.5%

 BLUE value IS 26 (10.55% from 255) = 13%

R = 60.5%
G = 26.5%
B = 13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#79351A (or 0x79351A) is known color: Peru Tan. HEX triplet: 79, 35 and 1A. RGB value is (121,53,26). Sum of RGB (Red+Green+Blue) = 121+53+26=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #79351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79351A is #86CAE5. Grayscale: #464646. Windows color (decimal): -8833766 or 1717625. OLE color: 1717625.

HSL color Cylindrical-coordinate representation of color #79351A: hue angle of 17.05º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #79351A is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 53 26 -
CMYK 0 0.56 0.79 0.53
HSL 17.05º 0.65% 0.29% -
HSV(B) 17.05º 0.79% 0.47% -
XYZ 9.34 6.69 1.78 -
YUV 70.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 121 53 26 0 0.56 0.79 0.53 17.05 0.65 0.29
Hex 79 35 1A 0 38 4F 35 11 41 1D
Octal 171 65 32 0 70 117 65 21 101 35
Binary 1111001 110101 11010 0 111000 1001111 110101 10001 1000001 11101

Color Harmonies of #79351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79351A

Black with #79351A

Text Example


Text Example

White with #79351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79351A; }

 p { color: rgb(121,53,26); }

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

background-color css

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

 a { background-color: rgb(121,53,26); }

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

border-color css

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

 span { border-color: rgb(121,53,26); }

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