#954E48

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

Shades of Copper Rust #954E48

Tints of Copper Rust #954E48

Color information

#954E48 (or 0x954E48) is unknown color: approx Copper Rust. HEX triplet: 95, 4E and 48. RGB value is (149,78,72). Sum of RGB (Red+Green+Blue) = 149+78+72=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #954E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954E48 is #6AB1B7. Grayscale: #626262. Windows color (decimal): -6992312 or 4738709. OLE color: 4738709.

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

Color convert

RGB1497872-
CMYK00.480.520.42
HSL4.68º34.84%43.33%-
HSV(B)4.68º51.68%58.43%-
XYZ16.2912.317.65-
YUV98.54113.02163.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.83%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=49.83%
G=26.09%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149787200.480.520.424.6834.8443.33
Hex954E48030342A5232b
Octal225116110060645254353
Binary10010101100111010010000110000110100101010101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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