#945853

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

Shades of Copper Rust #945853

Tints of Copper Rust #945853

Color information

#945853 (or 0x945853) is unknown color: approx Copper Rust. HEX triplet: 94, 58 and 53. RGB value is (148,88,83). Sum of RGB (Red+Green+Blue) = 148+88+83=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #945853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945853 is #6BA7AC. Grayscale: #696969. Windows color (decimal): -7055277 or 5462164. OLE color: 5462164.

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

Color convert

RGB1488883-
CMYK00.410.440.42
HSL4.62º28.14%45.29%-
HSV(B)4.62º43.92%58.04%-
XYZ17.2613.99.96-
YUV105.37115.38158.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 83 (32.81% from 255) = 26.02%
R=46.39%
G=27.59%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148888300.410.440.424.6228.1445.29
Hex9458530292C2A51c2d
Octal224130123051545253455
Binary1001010010110001010011010100110110010101010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945853; }

 p { color: rgb(148,88,83); }

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

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

 a { background-color: rgb(148,88,83); }

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

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

 span { border-color: rgb(148,88,83); }

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