Html Css Color HEX #79360D Peru Tan

📋 copy color: '#79360D'

red 121 ◦ green 54 ◦ blue 13

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

Shades of Peru Tan #79360D

Tints of Peru Tan #79360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.72%

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

R = 64.36%
G = 28.72%
B = 6.91%

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

#79360D (or 0x79360D) is known color: Peru Tan. HEX triplet: 79, 36 and 0D. RGB value is (121,54,13). Sum of RGB (Red+Green+Blue) = 121+54+13=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #79360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79360D is #86C9F2. Grayscale: #454545. Windows color (decimal): -8833523 or 865913. OLE color: 865913.

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

Color convert

RGB 121 54 13 -
CMYK 0 0.55 0.89 0.53
HSL 22.78º 0.81% 0.26% -
HSV(B) 22.78º 0.89% 0.47% -
XYZ 9.28 6.73 1.19 -
YUV 69.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 121 54 13 0 0.55 0.89 0.53 22.78 0.81 0.26
Hex 79 36 D 0 37 59 35 17 51 1A
Octal 171 66 15 0 67 131 65 27 121 32
Binary 1111001 110110 1101 0 110111 1011001 110101 10111 1010001 11010

Color Harmonies of #79360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79360D

Black with #79360D

Text Example


Text Example

White with #79360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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