#79553B

Color #79553B Old Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Copper #79553B

Tints of Old Copper #79553B

Color information

#79553B (or 0x79553B) is unknown color: approx Old Copper. HEX triplet: 79, 55 and 3B. RGB value is (121,85,59). Sum of RGB (Red+Green+Blue) = 121+85+59=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #79553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79553B is #86AAC4. Grayscale: #5C5C5C. Windows color (decimal): -8825541 or 3888505. OLE color: 3888505.

HSL color Cylindrical-coordinate representation of color #79553B: hue angle of 25.16º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79553B is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1218559-
CMYK00.300.510.53
HSL25.16º34.44%35.29%-
HSV(B)25.16º51.24%47.45%-
XYZ11.9210.885.61-
YUV92.8108.93148.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.66%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 59 (23.44% from 255) = 22.26%
R=45.66%
G=32.08%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121855900.300.510.5325.1634.4435.29
Hex79553B01E3335192223
Octal171125730366365314243
Binary1111001101010111101101111011001111010111001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79553B; }

 p { color: rgb(121,85,59); }

 H1.HeaderClassName
 {
   color: #79553B;
 }
 .AnyTagClassName
 {
   color: #79553B;
 }
</style>
background-color css

<style>
 a { background-color: #79553B; }

 a { background-color: rgb(121,85,59); }

 div.DivClassName
 {
   background-color: #79553B;
 }
 .BgClassName
 {
   background-color: #79553B;
 }
</style>
border-color css

<style>
 span { border-color: #79553B; }

 span { border-color: rgb(121,85,59); }

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