#915452

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

Shades of Copper Rust #915452

Tints of Copper Rust #915452

Color information

#915452 (or 0x915452) is unknown color: approx Copper Rust. HEX triplet: 91, 54 and 52. RGB value is (145,84,82). Sum of RGB (Red+Green+Blue) = 145+84+82=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #915452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915452 is #6EABAD. Grayscale: #666666. Windows color (decimal): -7252910 or 5395601. OLE color: 5395601.

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

Color convert

RGB1458482-
CMYK00.420.430.43
HSL1.9º27.75%44.51%-
HSV(B)1.9º43.45%56.86%-
XYZ16.3712.979.62-
YUV102.01116.71158.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.62%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 82 (32.42% from 255) = 26.37%
R=46.62%
G=27.01%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145848200.420.430.431.927.7544.51
Hex91545202A2B2B21c2d
Octal221124122052535323455
Binary100100011010100101001001010101010111010111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915452; }

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

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

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

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

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

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

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

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