#925752

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

Shades of Copper Rust #925752

Tints of Copper Rust #925752

Color information

#925752 (or 0x925752) is unknown color: approx Copper Rust. HEX triplet: 92, 57 and 52. RGB value is (146,87,82). Sum of RGB (Red+Green+Blue) = 146+87+82=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #925752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925752 is #6DA8AD. Grayscale: #686868. Windows color (decimal): -7186606 or 5396370. OLE color: 5396370.

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

Color convert

RGB1468782-
CMYK00.400.440.43
HSL4.69º28.07%44.71%-
HSV(B)4.69º43.84%57.25%-
XYZ16.7913.549.71-
YUV104.07115.55157.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.35%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=46.35%
G=27.62%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146878200.400.440.434.6928.0744.71
Hex9257520282C2B51c2d
Octal222127122050545353455
Binary1001001010101111010010010100010110010101110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925752; }

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

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

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

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

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

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

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

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