#915552

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

Shades of Copper Rust #915552

Tints of Copper Rust #915552

Color information

#915552 (or 0x915552) is unknown color: approx Copper Rust. HEX triplet: 91, 55 and 52. RGB value is (145,85,82). Sum of RGB (Red+Green+Blue) = 145+85+82=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #915552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915552 is #6EAAAD. Grayscale: #666666. Windows color (decimal): -7252654 or 5395857. OLE color: 5395857.

HSL color Cylindrical-coordinate representation of color #915552: hue angle of 2.86º degrees, saturation: 0.28, 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 #915552 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB1458582-
CMYK00.410.430.43
HSL2.86º27.75%44.51%-
HSV(B)2.86º43.45%56.86%-
XYZ16.4513.139.65-
YUV102.6116.38158.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.47%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 82 (32.42% from 255) = 26.28%
R=46.47%
G=27.24%
B=26.28%

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
Decimal145858200.410.430.432.8627.7544.51
Hex9155520292B2B31c2d
Octal221125122051535333455
Binary100100011010101101001001010011010111010111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915552; }

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

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

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

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

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

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

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

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