#925954

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

Shades of Copper Rust #925954

Tints of Copper Rust #925954

Color information

#925954 (or 0x925954) is unknown color: approx Copper Rust. HEX triplet: 92, 59 and 54. RGB value is (146,89,84). Sum of RGB (Red+Green+Blue) = 146+89+84=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #925954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925954 is #6DA6AB. Grayscale: #696969. Windows color (decimal): -7186092 or 5527954. OLE color: 5527954.

HSL color Cylindrical-coordinate representation of color #925954: hue angle of 4.84º 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 #925954 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB1468984-
CMYK00.390.420.43
HSL4.84º26.96%45.1%-
HSV(B)4.84º42.47%57.25%-
XYZ17.0313.910.17-
YUV105.47115.88156.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.77%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 84 (33.20% from 255) = 26.33%
R=45.77%
G=27.90%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146898400.390.420.434.8426.9645.1
Hex9259540272A2B51b2d
Octal222131124047525353355
Binary1001001010110011010100010011110101010101110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925954; }

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

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

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

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

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

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

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

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