#925452

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

Shades of Copper Rust #925452

Tints of Copper Rust #925452

Color information

#925452 (or 0x925452) is unknown color: approx Copper Rust. HEX triplet: 92, 54 and 52. RGB value is (146,84,82). Sum of RGB (Red+Green+Blue) = 146+84+82=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #925452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925452 is #6DABAD. Grayscale: #666666. Windows color (decimal): -7187374 or 5395602. OLE color: 5395602.

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

Color convert

RGB1468482-
CMYK00.420.440.43
HSL1.88º28.07%44.71%-
HSV(B)1.88º43.84%57.25%-
XYZ16.5513.069.63-
YUV102.31116.54159.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.79%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 82 (32.42% from 255) = 26.28%
R=46.79%
G=26.92%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146848200.420.440.431.8828.0744.71
Hex92545202A2C2B21c2d
Octal222124122052545323455
Binary100100101010100101001001010101011001010111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925452; }

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

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

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

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

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

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

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

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