Html Css Color HEX #79330C Peru Tan

📋 copy color: '#79330C'

red 121 ◦ green 51 ◦ blue 12

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

Shades of Peru Tan #79330C

Tints of Peru Tan #79330C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.52%

R = 65.76%
G = 27.72%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#79330C (or 0x79330C) is known color: Peru Tan. HEX triplet: 79, 33 and 0C. RGB value is (121,51,12). Sum of RGB (Red+Green+Blue) = 121+51+12=184 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.76% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 121 - color contains mainly: red. Hex color #79330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79330C is #86CCF3. Grayscale: #434343. Windows color (decimal): -8834292 or 799609. OLE color: 799609.

HSL color Cylindrical-coordinate representation of color #79330C: hue angle of 21.47º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79330C is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 51 12 -
CMYK 0 0.58 0.90 0.53
HSL 21.47º 0.82% 0.26% -
HSV(B) 21.47º 0.9% 0.47% -
XYZ 9.14 6.46 1.11 -
YUV 67.48 96.69 166.17 -
System Red Green Blue C M Y K H S L
Decimal 121 51 12 0 0.58 0.90 0.53 21.47 0.82 0.26
Hex 79 33 C 0 3A 5A 35 15 52 1A
Octal 171 63 14 0 72 132 65 25 122 32
Binary 1111001 110011 1100 0 111010 1011010 110101 10101 1010010 11010

Color Harmonies of #79330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79330C

Black with #79330C

Text Example


Text Example

White with #79330C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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