#925A53

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

Shades of Copper Rust #925A53

Tints of Copper Rust #925A53

Color information

#925A53 (or 0x925A53) is unknown color: approx Copper Rust. HEX triplet: 92, 5A and 53. RGB value is (146,90,83). Sum of RGB (Red+Green+Blue) = 146+90+83=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #925A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A53 is #6DA5AC. Grayscale: #6A6A6A. Windows color (decimal): -7185837 or 5462674. OLE color: 5462674.

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

Color convert

RGB1469083-
CMYK00.380.430.43
HSL6.67º27.51%44.9%-
HSV(B)6.67º43.15%57.25%-
XYZ17.0714.0510-
YUV105.95115.05156.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.77%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 83 (32.81% from 255) = 26.02%
R=45.77%
G=28.21%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146908300.380.430.436.6727.5144.9
Hex925A530262B2B71c2d
Octal222132123046535373455
Binary1001001010110101010011010011010101110101111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,90,83); }

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

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

 a { background-color: rgb(146,90,83); }

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

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

 span { border-color: rgb(146,90,83); }

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