#7B543A

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

Shades of Old Copper #7B543A

Tints of Old Copper #7B543A

Color information

#7B543A (or 0x7B543A) is unknown color: approx Old Copper. HEX triplet: 7B, 54 and 3A. RGB value is (123,84,58). Sum of RGB (Red+Green+Blue) = 123+84+58=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B543A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B543A is #84ABC5. Grayscale: #5C5C5C. Windows color (decimal): -8694726 or 3822715. OLE color: 3822715.

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

Color convert

RGB1238458-
CMYK00.320.530.52
HSL24º35.91%35.49%-
HSV(B)24º52.85%48.24%-
XYZ12.110.865.46-
YUV92.7108.42149.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.42%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=46.42%
G=31.70%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123845800.320.530.522435.9135.49
Hex7B543A0203534182423
Octal173124720406564304443
Binary11110111010100111010010000011010111010011000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B543A; }

 p { color: rgb(123,84,58); }

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

<style>
 a { background-color: #7B543A; }

 a { background-color: rgb(123,84,58); }

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

<style>
 span { border-color: #7B543A; }

 span { border-color: rgb(123,84,58); }

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