#925C54

Color #925C54 Copper Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rust #925C54

Tints of Copper Rust #925C54

Color information

#925C54 (or 0x925C54) is unknown color: approx Copper Rust. HEX triplet: 92, 5C and 54. RGB value is (146,92,84). Sum of RGB (Red+Green+Blue) = 146+92+84=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #925C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C54 is #6DA3AB. Grayscale: #6B6B6B. Windows color (decimal): -7185324 or 5528722. OLE color: 5528722.

HSL color Cylindrical-coordinate representation of color #925C54: hue angle of 7.74º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925C54 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB1469284-
CMYK00.370.420.43
HSL7.74º26.96%45.1%-
HSV(B)7.74º42.47%57.25%-
XYZ17.2814.4110.26-
YUV107.23114.89155.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 92 (36.33% from 255) = 28.57%
BLUE value IS 84 (33.20% from 255) = 26.09%
R=45.34%
G=28.57%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146928400.370.420.437.7426.9645.1
Hex925C540252A2B81b2d
Octal2221341240455253103355
Binary10010010101110010101000100101101010101011100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925C54; }

 p { color: rgb(146,92,84); }

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

<style>
 a { background-color: #925C54; }

 a { background-color: rgb(146,92,84); }

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

<style>
 span { border-color: #925C54; }

 span { border-color: rgb(146,92,84); }

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