Html Css Color HEX #79421E Peru Tan

📋 copy color: '#79421E'

red 121 ◦ green 66 ◦ blue 30

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

Shades of Peru Tan #79421E

Tints of Peru Tan #79421E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.41%

 BLUE value IS 30 (12.11% from 255) = 13.82%

R = 55.76%
G = 30.41%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#79421E (or 0x79421E) is known color: Peru Tan. HEX triplet: 79, 42 and 1E. RGB value is (121,66,30). Sum of RGB (Red+Green+Blue) = 121+66+30=217 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.76% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 121 - color contains mainly: red. Hex color #79421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79421E is #86BDE1. Grayscale: #4E4E4E. Windows color (decimal): -8830434 or 1983097. OLE color: 1983097.

HSL color Cylindrical-coordinate representation of color #79421E: hue angle of 23.74º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #79421E is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 66 30 -
CMYK 0 0.45 0.75 0.53
HSL 23.74º 0.6% 0.3% -
HSV(B) 23.74º 0.75% 0.47% -
XYZ 10.07 8.06 2.25 -
YUV 78.34 100.72 158.43 -
System Red Green Blue C M Y K H S L
Decimal 121 66 30 0 0.45 0.75 0.53 23.74 0.6 0.3
Hex 79 42 1E 0 2D 4B 35 18 3C 1E
Octal 171 102 36 0 55 113 65 30 74 36
Binary 1111001 1000010 11110 0 101101 1001011 110101 11000 111100 11110

Color Harmonies of #79421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79421E

Black with #79421E

Text Example


Text Example

White with #79421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,66,30); }

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

background-color css

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

 a { background-color: rgb(121,66,30); }

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

border-color css

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

 span { border-color: rgb(121,66,30); }

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