Html Css Color HEX #79371D Peru Tan

📋 copy color: '#79371D'

red 121 ◦ green 55 ◦ blue 29

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

Shades of Peru Tan #79371D

Tints of Peru Tan #79371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

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

R = 59.02%
G = 26.83%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#79371D (or 0x79371D) is known color: Peru Tan. HEX triplet: 79, 37 and 1D. RGB value is (121,55,29). Sum of RGB (Red+Green+Blue) = 121+55+29=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #79371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79371D is #86C8E2. Grayscale: #474747. Windows color (decimal): -8833251 or 1914745. OLE color: 1914745.

HSL color Cylindrical-coordinate representation of color #79371D: hue angle of 16.96º 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 #79371D is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 55 29 -
CMYK 0 0.55 0.76 0.53
HSL 16.96º 0.61% 0.29% -
HSV(B) 16.96º 0.76% 0.47% -
XYZ 9.47 6.89 1.99 -
YUV 71.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 121 55 29 0 0.55 0.76 0.53 16.96 0.61 0.29
Hex 79 37 1D 0 37 4C 35 11 3D 1D
Octal 171 67 35 0 67 114 65 21 75 35
Binary 1111001 110111 11101 0 110111 1001100 110101 10001 111101 11101

Color Harmonies of #79371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79371D

Black with #79371D

Text Example


Text Example

White with #79371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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