#945553

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

Shades of Copper Rust #945553

Tints of Copper Rust #945553

Color information

#945553 (or 0x945553) is unknown color: approx Copper Rust. HEX triplet: 94, 55 and 53. RGB value is (148,85,83). Sum of RGB (Red+Green+Blue) = 148+85+83=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #945553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945553 is #6BAAAC. Grayscale: #676767. Windows color (decimal): -7056045 or 5461396. OLE color: 5461396.

HSL color Cylindrical-coordinate representation of color #945553: hue angle of 1.85º 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 #945553 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB1488583-
CMYK00.430.440.42
HSL1.85º28.14%45.29%-
HSV(B)1.85º43.92%58.04%-
XYZ17.0213.429.88-
YUV103.61116.37159.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.84%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 83 (32.81% from 255) = 26.27%
R=46.84%
G=26.90%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148858300.430.440.421.8528.1445.29
Hex94555302B2C2A21c2d
Octal224125123053545223455
Binary100101001010101101001101010111011001010101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945553; }

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

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

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

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

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

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

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

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