Html Css Color HEX #79341A Peru Tan

📋 copy color: '#79341A'

red 121 ◦ green 52 ◦ blue 26

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

Shades of Peru Tan #79341A

Tints of Peru Tan #79341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.13%

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

R = 60.8%
G = 26.13%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#79341A (or 0x79341A) is known color: Peru Tan. HEX triplet: 79, 34 and 1A. RGB value is (121,52,26). Sum of RGB (Red+Green+Blue) = 121+52+26=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #79341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79341A is #86CBE5. Grayscale: #454545. Windows color (decimal): -8834022 or 1717369. OLE color: 1717369.

HSL color Cylindrical-coordinate representation of color #79341A: hue angle of 16.42º 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 #79341A is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 52 26 -
CMYK 0 0.57 0.79 0.53
HSL 16.42º 0.65% 0.29% -
HSV(B) 16.42º 0.79% 0.47% -
XYZ 9.3 6.6 1.76 -
YUV 69.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 121 52 26 0 0.57 0.79 0.53 16.42 0.65 0.29
Hex 79 34 1A 0 39 4F 35 10 41 1D
Octal 171 64 32 0 71 117 65 20 101 35
Binary 1111001 110100 11010 0 111001 1001111 110101 10000 1000001 11101

Color Harmonies of #79341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79341A

Black with #79341A

Text Example


Text Example

White with #79341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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