Html Css Color HEX #79300C Peru Tan

📋 copy color: '#79300C'

red 121 ◦ green 48 ◦ blue 12

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

Shades of Peru Tan #79300C

Tints of Peru Tan #79300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.52%

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

R = 66.85%
G = 26.52%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#79300C (or 0x79300C) is known color: Peru Tan. HEX triplet: 79, 30 and 0C. RGB value is (121,48,12). Sum of RGB (Red+Green+Blue) = 121+48+12=181 (23% of max value = 765). Red value is 121 (47.66% from 255 or 66.85% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 121 - color contains mainly: red. Hex color #79300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79300C is #86CFF3. Grayscale: #414141. Windows color (decimal): -8835060 or 798841. OLE color: 798841.

HSL color Cylindrical-coordinate representation of color #79300C: hue angle of 19.82º 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 #79300C is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 48 12 -
CMYK 0 0.60 0.90 0.53
HSL 19.82º 0.82% 0.26% -
HSV(B) 19.82º 0.9% 0.47% -
XYZ 9.01 6.21 1.07 -
YUV 65.72 97.68 167.43 -
System Red Green Blue C M Y K H S L
Decimal 121 48 12 0 0.60 0.90 0.53 19.82 0.82 0.26
Hex 79 30 C 0 3C 5A 35 14 52 1A
Octal 171 60 14 0 74 132 65 24 122 32
Binary 1111001 110000 1100 0 111100 1011010 110101 10100 1010010 11010

Color Harmonies of #79300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79300C

Black with #79300C

Text Example


Text Example

White with #79300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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