#965250

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

Shades of Copper Rust #965250

Tints of Copper Rust #965250

Color information

#965250 (or 0x965250) is unknown color: approx Copper Rust. HEX triplet: 96, 52 and 50. RGB value is (150,82,80). Sum of RGB (Red+Green+Blue) = 150+82+80=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #965250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965250 is #69ADAF. Grayscale: #666666. Windows color (decimal): -6925744 or 5264022. OLE color: 5264022.

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

Color convert

RGB1508280-
CMYK00.450.470.41
HSL1.71º30.43%45.1%-
HSV(B)1.71º46.67%58.82%-
XYZ17.0413.19.22-
YUV102.1115.53162.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 80 (31.64% from 255) = 25.64%
R=48.08%
G=26.28%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150828000.450.470.411.7130.4345.1
Hex96525002D2F2921e2d
Octal226122120055575123655
Binary100101101010010101000001011011011111010011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965250; }

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

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

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

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

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

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

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

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