Html Css Color HEX #79370D Peru Tan

📋 copy color: '#79370D'

red 121 ◦ green 55 ◦ blue 13

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

Shades of Peru Tan #79370D

Tints of Peru Tan #79370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.88%

R = 64.02%
G = 29.1%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#79370D (or 0x79370D) is known color: Peru Tan. HEX triplet: 79, 37 and 0D. RGB value is (121,55,13). Sum of RGB (Red+Green+Blue) = 121+55+13=189 (25% of max value = 765). Red value is 121 (47.66% from 255 or 64.02% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 121 - color contains mainly: red. Hex color #79370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79370D is #86C8F2. Grayscale: #464646. Windows color (decimal): -8833267 or 866169. OLE color: 866169.

HSL color Cylindrical-coordinate representation of color #79370D: hue angle of 23.33º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #79370D is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 55 13 -
CMYK 0 0.55 0.89 0.53
HSL 23.33º 0.81% 0.26% -
HSV(B) 23.33º 0.89% 0.47% -
XYZ 9.32 6.83 1.21 -
YUV 69.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 121 55 13 0 0.55 0.89 0.53 23.33 0.81 0.26
Hex 79 37 D 0 37 59 35 17 51 1A
Octal 171 67 15 0 67 131 65 27 121 32
Binary 1111001 110111 1101 0 110111 1011001 110101 10111 1010001 11010

Color Harmonies of #79370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79370D

Black with #79370D

Text Example


Text Example

White with #79370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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