Html Css Color HEX #79340E Peru Tan

📋 copy color: '#79340E'

red 121 ◦ green 52 ◦ blue 14

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

Shades of Peru Tan #79340E

Tints of Peru Tan #79340E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.49%

R = 64.71%
G = 27.81%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#79340E (or 0x79340E) is known color: Peru Tan. HEX triplet: 79, 34 and 0E. RGB value is (121,52,14). Sum of RGB (Red+Green+Blue) = 121+52+14=187 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.71% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 121 - color contains mainly: red. Hex color #79340E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79340E is #86CBF1. Grayscale: #444444. Windows color (decimal): -8834034 or 930937. OLE color: 930937.

HSL color Cylindrical-coordinate representation of color #79340E: hue angle of 21.31º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79340E is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 52 14 -
CMYK 0 0.57 0.88 0.53
HSL 21.31º 0.79% 0.26% -
HSV(B) 21.31º 0.88% 0.47% -
XYZ 9.19 6.55 1.2 -
YUV 68.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 121 52 14 0 0.57 0.88 0.53 21.31 0.79 0.26
Hex 79 34 E 0 39 58 35 15 4F 1A
Octal 171 64 16 0 71 130 65 25 117 32
Binary 1111001 110100 1110 0 111001 1011000 110101 10101 1001111 11010

Color Harmonies of #79340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79340E

Black with #79340E

Text Example


Text Example

White with #79340E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79340E; }

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

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

background-color css

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

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

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

border-color css

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

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

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