Html Css Color HEX #79401C Peru Tan

📋 copy color: '#79401C'

red 121 ◦ green 64 ◦ blue 28

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

Shades of Peru Tan #79401C

Tints of Peru Tan #79401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.05%

 BLUE value IS 28 (11.33% from 255) = 13.15%

R = 56.81%
G = 30.05%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#79401C (or 0x79401C) is known color: Peru Tan. HEX triplet: 79, 40 and 1C. RGB value is (121,64,28). Sum of RGB (Red+Green+Blue) = 121+64+28=213 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.81% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 121 - color contains mainly: red. Hex color #79401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79401C is #86BFE3. Grayscale: #4D4D4D. Windows color (decimal): -8830948 or 1851513. OLE color: 1851513.

HSL color Cylindrical-coordinate representation of color #79401C: hue angle of 23.23º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79401C is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 64 28 -
CMYK 0 0.47 0.77 0.53
HSL 23.23º 0.62% 0.29% -
HSV(B) 23.23º 0.77% 0.47% -
XYZ 9.93 7.82 2.08 -
YUV 76.94 100.38 159.43 -
System Red Green Blue C M Y K H S L
Decimal 121 64 28 0 0.47 0.77 0.53 23.23 0.62 0.29
Hex 79 40 1C 0 2F 4D 35 17 3E 1D
Octal 171 100 34 0 57 115 65 27 76 35
Binary 1111001 1000000 11100 0 101111 1001101 110101 10111 111110 11101

Color Harmonies of #79401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79401C

Black with #79401C

Text Example


Text Example

White with #79401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79401C; }

 p { color: rgb(121,64,28); }

 H1.HeaderClassName
 {
   color: #79401C;
 }
 .AnyTagClassName
 {
   color: #79401C;
 }
</style>

background-color css

<style>
 a { background-color: #79401C; }

 a { background-color: rgb(121,64,28); }

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

border-color css

<style>
 span { border-color: #79401C; }

 span { border-color: rgb(121,64,28); }

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