#915252

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

Shades of Copper Rust #915252

Tints of Copper Rust #915252

Color information

#915252 (or 0x915252) is unknown color: approx Copper Rust. HEX triplet: 91, 52 and 52. RGB value is (145,82,82). Sum of RGB (Red+Green+Blue) = 145+82+82=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #915252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915252 is #6EADAD. Grayscale: #646464. Windows color (decimal): -7253422 or 5395089. OLE color: 5395089.

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

Color convert

RGB1458282-
CMYK00.430.430.43
HSL27.75%44.51%-
HSV(B)43.45%56.86%-
XYZ16.2212.669.57-
YUV100.84117.37159.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 82 (32.42% from 255) = 26.54%
R=46.93%
G=26.54%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145828200.430.430.43027.7544.51
Hex91525202B2B2B01c2d
Octal221122122053535303455
Binary10010001101001010100100101011101011101011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915252; }

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

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

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

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

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

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

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

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