#925554

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

Shades of Copper Rust #925554

Tints of Copper Rust #925554

Color information

#925554 (or 0x925554) is unknown color: approx Copper Rust. HEX triplet: 92, 55 and 54. RGB value is (146,85,84). Sum of RGB (Red+Green+Blue) = 146+85+84=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #925554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925554 is #6DAAAB. Grayscale: #676767. Windows color (decimal): -7187116 or 5526930. OLE color: 5526930.

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

Color convert

RGB1468584-
CMYK00.420.420.43
HSL0.97º26.96%45.1%-
HSV(B)0.97º42.47%57.25%-
XYZ16.713.2510.06-
YUV103.12117.21158.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.35%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 84 (33.20% from 255) = 26.67%
R=46.35%
G=26.98%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146858400.420.420.430.9726.9645.1
Hex92555402A2A2B11b2d
Octal222125124052525313355
Binary10010010101010110101000101010101010101011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925554; }

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

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

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

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

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

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

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

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