#955B51

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

Shades of Copper Rust #955B51

Tints of Copper Rust #955B51

Color information

#955B51 (or 0x955B51) is unknown color: approx Copper Rust. HEX triplet: 95, 5B and 51. RGB value is (149,91,81). Sum of RGB (Red+Green+Blue) = 149+91+81=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #955B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B51 is #6AA4AE. Grayscale: #6B6B6B. Windows color (decimal): -6988975 or 5331861. OLE color: 5331861.

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

Color convert

RGB1499181-
CMYK00.390.460.42
HSL8.82º29.57%45.1%-
HSV(B)8.82º45.64%58.43%-
XYZ17.6214.479.65-
YUV107.2113.22157.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 91 (35.94% from 255) = 28.35%
BLUE value IS 81 (32.03% from 255) = 25.23%
R=46.42%
G=28.35%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149918100.390.460.428.8229.5745.1
Hex955B510272E2A91e2d
Octal2251331210475652113655
Binary10010101101101110100010100111101110101010100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955B51; }

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

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

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

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

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

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

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

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