#945850

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

Shades of Copper Rust #945850

Tints of Copper Rust #945850

Color information

#945850 (or 0x945850) is unknown color: approx Copper Rust. HEX triplet: 94, 58 and 50. RGB value is (148,88,80). Sum of RGB (Red+Green+Blue) = 148+88+80=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #945850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945850 is #6BA7AF. Grayscale: #696969. Windows color (decimal): -7055280 or 5265556. OLE color: 5265556.

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

Color convert

RGB1488880-
CMYK00.410.460.42
HSL7.06º29.82%44.71%-
HSV(B)7.06º45.95%58.04%-
XYZ17.1513.859.36-
YUV105.03113.88158.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.84%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 80 (31.64% from 255) = 25.32%
R=46.84%
G=27.85%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148888000.410.460.427.0629.8244.71
Hex9458500292E2A71e2d
Octal224130120051565273655
Binary1001010010110001010000010100110111010101011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945850; }

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

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

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

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

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

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

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

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