#915554

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

Shades of Copper Rust #915554

Tints of Copper Rust #915554

Color information

#915554 (or 0x915554) is unknown color: approx Copper Rust. HEX triplet: 91, 55 and 54. RGB value is (145,85,84). Sum of RGB (Red+Green+Blue) = 145+85+84=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #915554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915554 is #6EAAAB. Grayscale: #666666. Windows color (decimal): -7252652 or 5526929. OLE color: 5526929.

HSL color Cylindrical-coordinate representation of color #915554: hue angle of 0.98º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #915554 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB1458584-
CMYK00.410.420.43
HSL0.98º26.64%44.9%-
HSV(B)0.98º42.07%56.86%-
XYZ16.5313.1610.06-
YUV102.83117.38158.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.18%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 84 (33.20% from 255) = 26.75%
R=46.18%
G=27.07%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145858400.410.420.430.9826.6444.9
Hex9155540292A2B11b2d
Octal221125124051525313355
Binary10010001101010110101000101001101010101011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915554; }

 p { color: rgb(145,85,84); }

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

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

 a { background-color: rgb(145,85,84); }

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

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

 span { border-color: rgb(145,85,84); }

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