#92534C

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

Shades of Copper Rust #92534C

Tints of Copper Rust #92534C

Color information

#92534C (or 0x92534C) is unknown color: approx Copper Rust. HEX triplet: 92, 53 and 4C. RGB value is (146,83,76). Sum of RGB (Red+Green+Blue) = 146+83+76=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #92534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92534C is #6DACB3. Grayscale: #656565. Windows color (decimal): -7187636 or 5002130. OLE color: 5002130.

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

Color convert

RGB1468376-
CMYK00.430.480.43
HSL31.53%43.53%-
HSV(B)47.95%57.25%-
XYZ16.2512.828.46-
YUV101.04113.87160.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.87%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 76 (30.08% from 255) = 24.92%
R=47.87%
G=27.21%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146837600.430.480.43631.5343.53
Hex92534C02B302B6202c
Octal222123114053605364054
Binary10010010101001110011000101011110000101011110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92534C; }

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

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

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

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

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

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

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

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