#7B5541

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

Shades of Old Copper #7B5541

Tints of Old Copper #7B5541

Color information

#7B5541 (or 0x7B5541) is unknown color: approx Old Copper. HEX triplet: 7B, 55 and 41. RGB value is (123,85,65). Sum of RGB (Red+Green+Blue) = 123+85+65=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5541 is #84AABE. Grayscale: #5E5E5E. Windows color (decimal): -8694463 or 4281723. OLE color: 4281723.

HSL color Cylindrical-coordinate representation of color #7B5541: hue angle of 20.69º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B5541 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB1238565-
CMYK00.310.470.52
HSL20.69º30.85%36.86%-
HSV(B)20.69º47.15%48.24%-
XYZ12.3711.096.49-
YUV94.08111.59148.63-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.05%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=45.05%
G=31.14%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123856500.310.470.5220.6930.8536.86
Hex7B554101F2F34151f25
Octal1731251010375764253745
Binary1111011101010110000010111111011111101001010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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