#945754

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

Shades of Copper Rust #945754

Tints of Copper Rust #945754

Color information

#945754 (or 0x945754) is unknown color: approx Copper Rust. HEX triplet: 94, 57 and 54. RGB value is (148,87,84). Sum of RGB (Red+Green+Blue) = 148+87+84=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #945754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945754 is #6BA8AB. Grayscale: #686868. Windows color (decimal): -7055532 or 5527444. OLE color: 5527444.

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

Color convert

RGB1488784-
CMYK00.410.430.42
HSL2.81º27.59%45.49%-
HSV(B)2.81º43.24%58.04%-
XYZ17.2213.7510.13-
YUV104.9116.21158.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 84 (33.20% from 255) = 26.33%
R=46.39%
G=27.27%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148878400.410.430.422.8127.5945.49
Hex9457540292B2A31c2d
Octal224127124051535233455
Binary100101001010111101010001010011010111010101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945754; }

 p { color: rgb(148,87,84); }

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

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

 a { background-color: rgb(148,87,84); }

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

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

 span { border-color: rgb(148,87,84); }

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