#954B47

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

Shades of Copper Rust #954B47

Tints of Copper Rust #954B47

Color information

#954B47 (or 0x954B47) is unknown color: approx Copper Rust. HEX triplet: 95, 4B and 47. RGB value is (149,75,71). Sum of RGB (Red+Green+Blue) = 149+75+71=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #954B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B47 is #6AB4B8. Grayscale: #606060. Windows color (decimal): -6993081 or 4672405. OLE color: 4672405.

HSL color Cylindrical-coordinate representation of color #954B47: hue angle of 3.08º 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 #954B47 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1497571-
CMYK00.500.520.42
HSL3.08º35.45%43.14%-
HSV(B)3.08º52.35%58.43%-
XYZ16.0511.887.41-
YUV96.67113.52165.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 75 (29.69% from 255) = 25.42%
BLUE value IS 71 (28.12% from 255) = 24.07%
R=50.51%
G=25.42%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149757100.500.520.423.0835.4543.14
Hex954B47032342A3232b
Octal225113107062645234353
Binary1001010110010111000111011001011010010101011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954B47; }

 p { color: rgb(149,75,71); }

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

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

 a { background-color: rgb(149,75,71); }

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

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

 span { border-color: rgb(149,75,71); }

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