Html Css Color HEX #79341D Peru Tan

📋 copy color: '#79341D'

red 121 ◦ green 52 ◦ blue 29

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

Shades of Peru Tan #79341D

Tints of Peru Tan #79341D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.36%

R = 59.9%
G = 25.74%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#79341D (or 0x79341D) is known color: Peru Tan. HEX triplet: 79, 34 and 1D. RGB value is (121,52,29). Sum of RGB (Red+Green+Blue) = 121+52+29=202 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.90% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 121 - color contains mainly: red. Hex color #79341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79341D is #86CBE2. Grayscale: #464646. Windows color (decimal): -8834019 or 1913977. OLE color: 1913977.

HSL color Cylindrical-coordinate representation of color #79341D: hue angle of 15º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #79341D is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 52 29 -
CMYK 0 0.57 0.76 0.53
HSL 15º 0.61% 0.29% -
HSV(B) 15º 0.76% 0.47% -
XYZ 9.33 6.61 1.95 -
YUV 70.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 121 52 29 0 0.57 0.76 0.53 15 0.61 0.29
Hex 79 34 1D 0 39 4C 35 F 3D 1D
Octal 171 64 35 0 71 114 65 17 75 35
Binary 1111001 110100 11101 0 111001 1001100 110101 1111 111101 11101

Color Harmonies of #79341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79341D

Black with #79341D

Text Example


Text Example

White with #79341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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