#915553

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

Shades of Copper Rust #915553

Tints of Copper Rust #915553

Color information

#915553 (or 0x915553) is unknown color: approx Copper Rust. HEX triplet: 91, 55 and 53. RGB value is (145,85,83). Sum of RGB (Red+Green+Blue) = 145+85+83=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #915553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915553 is #6EAAAC. Grayscale: #666666. Windows color (decimal): -7252653 or 5461393. OLE color: 5461393.

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

Color convert

RGB1458583-
CMYK00.410.430.43
HSL1.94º27.19%44.71%-
HSV(B)1.94º42.76%56.86%-
XYZ16.4913.149.85-
YUV102.71116.88158.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.33%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 83 (32.81% from 255) = 26.52%
R=46.33%
G=27.16%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145858300.410.430.431.9427.1944.71
Hex9155530292B2B21b2d
Octal221125123051535323355
Binary100100011010101101001101010011010111010111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915553; }

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

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

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

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

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

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

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

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