#925754

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

Shades of Copper Rust #925754

Tints of Copper Rust #925754

Color information

#925754 (or 0x925754) is unknown color: approx Copper Rust. HEX triplet: 92, 57 and 54. RGB value is (146,87,84). Sum of RGB (Red+Green+Blue) = 146+87+84=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #925754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925754 is #6DA8AB. Grayscale: #686868. Windows color (decimal): -7186604 or 5527442. OLE color: 5527442.

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

Color convert

RGB1468784-
CMYK00.400.420.43
HSL2.9º26.96%45.1%-
HSV(B)2.9º42.47%57.25%-
XYZ16.8613.5710.12-
YUV104.3116.55157.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.06%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 84 (33.20% from 255) = 26.50%
R=46.06%
G=27.44%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146878400.400.420.432.926.9645.1
Hex9257540282A2B31b2d
Octal222127124050525333355
Binary100100101010111101010001010001010101010111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925754; }

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

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

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

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

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

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

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

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