#92524E

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

Shades of Copper Rust #92524E

Tints of Copper Rust #92524E

Color information

#92524E (or 0x92524E) is unknown color: approx Copper Rust. HEX triplet: 92, 52 and 4E. RGB value is (146,82,78). Sum of RGB (Red+Green+Blue) = 146+82+78=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #92524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92524E is #6DADB1. Grayscale: #646464. Windows color (decimal): -7187890 or 5132946. OLE color: 5132946.

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

Color convert

RGB1468278-
CMYK00.440.470.43
HSL3.53º30.36%43.92%-
HSV(B)3.53º46.58%57.25%-
XYZ16.2512.78.8-
YUV100.68115.2160.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.71%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 78 (30.86% from 255) = 25.49%
R=47.71%
G=26.80%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146827800.440.470.433.5330.3643.92
Hex92524E02C2F2B41e2c
Octal222122116054575343654
Binary1001001010100101001110010110010111110101110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92524E; }

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

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

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

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

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

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

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

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