#965248

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

Shades of Copper Rust #965248

Tints of Copper Rust #965248

Color information

#965248 (or 0x965248) is unknown color: approx Copper Rust. HEX triplet: 96, 52 and 48. RGB value is (150,82,72). Sum of RGB (Red+Green+Blue) = 150+82+72=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #965248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965248 is #69ADB7. Grayscale: #656565. Windows color (decimal): -6925752 or 4739734. OLE color: 4739734.

HSL color Cylindrical-coordinate representation of color #965248: hue angle of 7.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #965248 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1508272-
CMYK00.450.520.41
HSL7.69º35.14%43.53%-
HSV(B)7.69º52%58.82%-
XYZ16.7612.997.75-
YUV101.19111.53162.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=49.34%
G=26.97%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150827200.450.520.417.6935.1443.53
Hex96524802D34298232c
Octal2261221100556451104354
Binary100101101010010100100001011011101001010011000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965248; }

 p { color: rgb(150,82,72); }

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

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

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

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

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

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

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