Html Css Color HEX #79401B Peru Tan

📋 copy color: '#79401B'

red 121 ◦ green 64 ◦ blue 27

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

Shades of Peru Tan #79401B

Tints of Peru Tan #79401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.74%

R = 57.08%
G = 30.19%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#79401B (or 0x79401B) is known color: Peru Tan. HEX triplet: 79, 40 and 1B. RGB value is (121,64,27). Sum of RGB (Red+Green+Blue) = 121+64+27=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #79401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79401B is #86BFE4. Grayscale: #4D4D4D. Windows color (decimal): -8830949 or 1785977. OLE color: 1785977.

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

Color convert

RGB 121 64 27 -
CMYK 0 0.47 0.78 0.53
HSL 23.62º 0.64% 0.29% -
HSV(B) 23.62º 0.78% 0.47% -
XYZ 9.92 7.81 2.02 -
YUV 76.83 99.88 159.51 -
System Red Green Blue C M Y K H S L
Decimal 121 64 27 0 0.47 0.78 0.53 23.62 0.64 0.29
Hex 79 40 1B 0 2F 4E 35 18 40 1D
Octal 171 100 33 0 57 116 65 30 100 35
Binary 1111001 1000000 11011 0 101111 1001110 110101 11000 1000000 11101

Color Harmonies of #79401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79401B

Black with #79401B

Text Example


Text Example

White with #79401B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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