Html Css Color HEX #79523A Old Copper

📋 copy color: '#79523A'

red 121 ◦ green 82 ◦ blue 58

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

Shades of Old Copper #79523A

Tints of Old Copper #79523A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.22%

R = 46.36%
G = 31.42%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#79523A (or 0x79523A) is known color: Old Copper. HEX triplet: 79, 52 and 3A. RGB value is (121,82,58). Sum of RGB (Red+Green+Blue) = 121+82+58=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #79523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79523A is #86ADC5. Grayscale: #5B5B5B. Windows color (decimal): -8826310 or 3822201. OLE color: 3822201.

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

Color convert

RGB 121 82 58 -
CMYK 0 0.32 0.52 0.53
HSL 22.86º 0.35% 0.35% -
HSV(B) 22.86º 0.52% 0.47% -
XYZ 11.67 10.41 5.4 -
YUV 90.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 121 82 58 0 0.32 0.52 0.53 22.86 0.35 0.35
Hex 79 52 3A 0 20 34 35 17 23 23
Octal 171 122 72 0 40 64 65 27 43 43
Binary 1111001 1010010 111010 0 100000 110100 110101 10111 100011 100011

Color Harmonies of #79523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79523A

Black with #79523A

Text Example


Text Example

White with #79523A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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