#7B553A

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

Shades of Old Copper #7B553A

Tints of Old Copper #7B553A

Color information

#7B553A (or 0x7B553A) is unknown color: approx Old Copper. HEX triplet: 7B, 55 and 3A. RGB value is (123,85,58). Sum of RGB (Red+Green+Blue) = 123+85+58=266 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.24% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 123 - color contains mainly: red. Hex color #7B553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B553A is #84AAC5. Grayscale: #5D5D5D. Windows color (decimal): -8694470 or 3822971. OLE color: 3822971.

HSL color Cylindrical-coordinate representation of color #7B553A: hue angle of 24.92º 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 #7B553A is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB1238558-
CMYK00.310.530.52
HSL24.92º35.91%35.49%-
HSV(B)24.92º52.85%48.24%-
XYZ12.1811.015.49-
YUV93.28108.09149.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.24%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=46.24%
G=31.95%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123855800.310.530.5224.9235.9135.49
Hex7B553A01F3534192423
Octal173125720376564314443
Binary1111011101010111101001111111010111010011001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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