#925350

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

Shades of Copper Rust #925350

Tints of Copper Rust #925350

Color information

#925350 (or 0x925350) is unknown color: approx Copper Rust. HEX triplet: 92, 53 and 50. RGB value is (146,83,80). Sum of RGB (Red+Green+Blue) = 146+83+80=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #925350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925350 is #6DACAF. Grayscale: #656565. Windows color (decimal): -7187632 or 5264274. OLE color: 5264274.

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

Color convert

RGB1468380-
CMYK00.430.450.43
HSL2.73º29.2%44.31%-
HSV(B)2.73º45.21%57.25%-
XYZ16.412.889.21-
YUV101.5115.87159.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=47.25%
G=26.86%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146838000.430.450.432.7329.244.31
Hex92535002B2D2B31d2c
Octal222123120053555333554
Binary100100101010011101000001010111011011010111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925350; }

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

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

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

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

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

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

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

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