#955851

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

Shades of Copper Rust #955851

Tints of Copper Rust #955851

Color information

#955851 (or 0x955851) is unknown color: approx Copper Rust. HEX triplet: 95, 58 and 51. RGB value is (149,88,81). Sum of RGB (Red+Green+Blue) = 149+88+81=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #955851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955851 is #6AA7AE. Grayscale: #696969. Windows color (decimal): -6989743 or 5331093. OLE color: 5331093.

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

Color convert

RGB1498881-
CMYK00.410.460.42
HSL6.18º29.57%45.1%-
HSV(B)6.18º45.64%58.43%-
XYZ17.3713.969.56-
YUV105.44114.21159.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=46.86%
G=27.67%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149888100.410.460.426.1829.5745.1
Hex9558510292E2A61e2d
Octal225130121051565263655
Binary1001010110110001010001010100110111010101011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955851; }

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

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

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

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

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

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

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

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