Html Css Color HEX #79523D Old Copper

📋 copy color: '#79523D'

red 121 ◦ green 82 ◦ blue 61

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

Shades of Old Copper #79523D

Tints of Old Copper #79523D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.11%

R = 45.83%
G = 31.06%
B = 23.11%

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

#79523D (or 0x79523D) is known color: Old Copper. HEX triplet: 79, 52 and 3D. RGB value is (121,82,61). Sum of RGB (Red+Green+Blue) = 121+82+61=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #79523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79523D is #86ADC2. Grayscale: #5B5B5B. Windows color (decimal): -8826307 or 4018809. OLE color: 4018809.

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

Color convert

RGB 121 82 61 -
CMYK 0 0.32 0.50 0.53
HSL 21º 0.33% 0.36% -
HSV(B) 21º 0.5% 0.47% -
XYZ 11.74 10.44 5.81 -
YUV 91.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 121 82 61 0 0.32 0.50 0.53 21 0.33 0.36
Hex 79 52 3D 0 20 32 35 15 21 24
Octal 171 122 75 0 40 62 65 25 41 44
Binary 1111001 1010010 111101 0 100000 110010 110101 10101 100001 100100

Color Harmonies of #79523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79523D

Black with #79523D

Text Example


Text Example

White with #79523D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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