#925854

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

Shades of Copper Rust #925854

Tints of Copper Rust #925854

Color information

#925854 (or 0x925854) is unknown color: approx Copper Rust. HEX triplet: 92, 58 and 54. RGB value is (146,88,84). Sum of RGB (Red+Green+Blue) = 146+88+84=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #925854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925854 is #6DA7AB. Grayscale: #686868. Windows color (decimal): -7186348 or 5527698. OLE color: 5527698.

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

Color convert

RGB1468884-
CMYK00.400.420.43
HSL3.87º26.96%45.1%-
HSV(B)3.87º42.47%57.25%-
XYZ16.9413.7310.14-
YUV104.89116.22157.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.91%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 84 (33.20% from 255) = 26.42%
R=45.91%
G=27.67%
B=26.42%

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
Decimal146888400.400.420.433.8726.9645.1
Hex9258540282A2B41b2d
Octal222130124050525343355
Binary1001001010110001010100010100010101010101110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925854; }

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

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

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

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

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

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

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

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