#92554F

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

Shades of Copper Rust #92554F

Tints of Copper Rust #92554F

Color information

#92554F (or 0x92554F) is unknown color: approx Copper Rust. HEX triplet: 92, 55 and 4F. RGB value is (146,85,79). Sum of RGB (Red+Green+Blue) = 146+85+79=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #92554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92554F is #6DAAB0. Grayscale: #666666. Windows color (decimal): -7187121 or 5199250. OLE color: 5199250.

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

Color convert

RGB1468579-
CMYK00.420.460.43
HSL5.37º29.78%44.12%-
HSV(B)5.37º45.89%57.25%-
XYZ16.5113.179.07-
YUV102.56114.71158.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.10%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 79 (31.25% from 255) = 25.48%
R=47.10%
G=27.42%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146857900.420.460.435.3729.7844.12
Hex92554F02A2E2B51e2c
Octal222125117052565353654
Binary1001001010101011001111010101010111010101110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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