#925250

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

Shades of Copper Rust #925250

Tints of Copper Rust #925250

Color information

#925250 (or 0x925250) is unknown color: approx Copper Rust. HEX triplet: 92, 52 and 50. RGB value is (146,82,80). Sum of RGB (Red+Green+Blue) = 146+82+80=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #925250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925250 is #6DADAF. Grayscale: #646464. Windows color (decimal): -7187888 or 5264018. OLE color: 5264018.

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

Color convert

RGB1468280-
CMYK00.440.450.43
HSL1.82º29.2%44.31%-
HSV(B)1.82º45.21%57.25%-
XYZ16.3212.729.19-
YUV100.91116.2160.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.40%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 80 (31.64% from 255) = 25.97%
R=47.40%
G=26.62%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146828000.440.450.431.8229.244.31
Hex92525002C2D2B21d2c
Octal222122120054555323554
Binary100100101010010101000001011001011011010111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925250; }

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

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

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

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

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

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

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

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