#955B4F

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

Shades of Copper Rust #955B4F

Tints of Copper Rust #955B4F

Color information

#955B4F (or 0x955B4F) is unknown color: approx Copper Rust. HEX triplet: 95, 5B and 4F. RGB value is (149,91,79). Sum of RGB (Red+Green+Blue) = 149+91+79=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #955B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B4F is #6AA4B0. Grayscale: #6B6B6B. Windows color (decimal): -6988977 or 5200789. OLE color: 5200789.

HSL color Cylindrical-coordinate representation of color #955B4F: hue angle of 10.29º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #955B4F is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1499179-
CMYK00.390.470.42
HSL10.29º30.7%44.71%-
HSV(B)10.29º46.98%58.43%-
XYZ17.5514.449.26-
YUV106.97112.22157.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 91 (35.94% from 255) = 28.53%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=46.71%
G=28.53%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149917900.390.470.4210.2930.744.71
Hex955B4F0272F2Aa1f2d
Octal2251331170475752123755
Binary10010101101101110011110100111101111101010101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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