#955148

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

Shades of Copper Rust #955148

Tints of Copper Rust #955148

Color information

#955148 (or 0x955148) is unknown color: approx Copper Rust. HEX triplet: 95, 51 and 48. RGB value is (149,81,72). Sum of RGB (Red+Green+Blue) = 149+81+72=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #955148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955148 is #6AAEB7. Grayscale: #646464. Windows color (decimal): -6991544 or 4739477. OLE color: 4739477.

HSL color Cylindrical-coordinate representation of color #955148: hue angle of 7.01º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955148 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1498172-
CMYK00.460.520.42
HSL7.01º34.84%43.33%-
HSV(B)7.01º51.68%58.43%-
XYZ16.5112.747.72-
YUV100.31112.03162.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.34%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 72 (28.52% from 255) = 23.84%
R=49.34%
G=26.82%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149817200.460.520.427.0134.8443.33
Hex95514802E342A7232b
Octal225121110056645274353
Binary10010101101000110010000101110110100101010111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955148; }

 p { color: rgb(149,81,72); }

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

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

 a { background-color: rgb(149,81,72); }

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

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

 span { border-color: rgb(149,81,72); }

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