#92564F

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

Shades of Copper Rust #92564F

Tints of Copper Rust #92564F

Color information

#92564F (or 0x92564F) is unknown color: approx Copper Rust. HEX triplet: 92, 56 and 4F. RGB value is (146,86,79). Sum of RGB (Red+Green+Blue) = 146+86+79=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #92564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92564F is #6DA9B0. Grayscale: #676767. Windows color (decimal): -7186865 or 5199506. OLE color: 5199506.

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

Color convert

RGB1468679-
CMYK00.410.460.43
HSL6.27º29.78%44.12%-
HSV(B)6.27º45.89%57.25%-
XYZ16.5913.339.1-
YUV103.14114.38158.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.95%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=46.95%
G=27.65%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146867900.410.460.436.2729.7844.12
Hex92564F0292E2B61e2c
Octal222126117051565363654
Binary1001001010101101001111010100110111010101111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92564F; }

 p { color: rgb(146,86,79); }

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

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

 a { background-color: rgb(146,86,79); }

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

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

 span { border-color: rgb(146,86,79); }

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