Html Css Color HEX #79330D Peru Tan

📋 copy color: '#79330D'

red 121 ◦ green 51 ◦ blue 13

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

Shades of Peru Tan #79330D

Tints of Peru Tan #79330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.57%

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

R = 65.41%
G = 27.57%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#79330D (or 0x79330D) is known color: Peru Tan. HEX triplet: 79, 33 and 0D. RGB value is (121,51,13). Sum of RGB (Red+Green+Blue) = 121+51+13=185 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.41% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 121 - color contains mainly: red. Hex color #79330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79330D is #86CCF2. Grayscale: #434343. Windows color (decimal): -8834291 or 865145. OLE color: 865145.

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

Color convert

RGB 121 51 13 -
CMYK 0 0.58 0.89 0.53
HSL 21.11º 0.81% 0.26% -
HSV(B) 21.11º 0.89% 0.47% -
XYZ 9.14 6.46 1.15 -
YUV 67.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 121 51 13 0 0.58 0.89 0.53 21.11 0.81 0.26
Hex 79 33 D 0 3A 59 35 15 51 1A
Octal 171 63 15 0 72 131 65 25 121 32
Binary 1111001 110011 1101 0 111010 1011001 110101 10101 1010001 11010

Color Harmonies of #79330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79330D

Black with #79330D

Text Example


Text Example

White with #79330D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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