#915551

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

Shades of Copper Rust #915551

Tints of Copper Rust #915551

Color information

#915551 (or 0x915551) is unknown color: approx Copper Rust. HEX triplet: 91, 55 and 51. RGB value is (145,85,81). Sum of RGB (Red+Green+Blue) = 145+85+81=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #915551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915551 is #6EAAAE. Grayscale: #666666. Windows color (decimal): -7252655 or 5330321. OLE color: 5330321.

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

Color convert

RGB1458581-
CMYK00.410.440.43
HSL3.75º28.32%44.31%-
HSV(B)3.75º44.14%56.86%-
XYZ16.4113.119.45-
YUV102.48115.88158.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.62%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 81 (32.03% from 255) = 26.05%
R=46.62%
G=27.33%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145858100.410.440.433.7528.3244.31
Hex9155510292C2B41c2c
Octal221125121051545343454
Binary1001000110101011010001010100110110010101110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915551; }

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

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

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

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

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

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

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

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