Html Css Color HEX #79523C Old Copper

📋 copy color: '#79523C'

red 121 ◦ green 82 ◦ blue 60

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

Shades of Old Copper #79523C

Tints of Old Copper #79523C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.18%

 BLUE value IS 60 (23.83% from 255) = 22.81%

R = 46.01%
G = 31.18%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#79523C (or 0x79523C) is known color: Old Copper. HEX triplet: 79, 52 and 3C. RGB value is (121,82,60). Sum of RGB (Red+Green+Blue) = 121+82+60=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #79523C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79523C is #86ADC3. Grayscale: #5B5B5B. Windows color (decimal): -8826308 or 3953273. OLE color: 3953273.

HSL color Cylindrical-coordinate representation of color #79523C: hue angle of 21.64º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79523C is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 82 60 -
CMYK 0 0.32 0.50 0.53
HSL 21.64º 0.34% 0.35% -
HSV(B) 21.64º 0.5% 0.47% -
XYZ 11.72 10.43 5.67 -
YUV 91.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 121 82 60 0 0.32 0.50 0.53 21.64 0.34 0.35
Hex 79 52 3C 0 20 32 35 16 22 23
Octal 171 122 74 0 40 62 65 26 42 43
Binary 1111001 1010010 111100 0 100000 110010 110101 10110 100010 100011

Color Harmonies of #79523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79523C

Black with #79523C

Text Example


Text Example

White with #79523C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,82,60); }

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

background-color css

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

 a { background-color: rgb(121,82,60); }

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

border-color css

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

 span { border-color: rgb(121,82,60); }

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