#945348

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

Shades of Copper Rust #945348

Tints of Copper Rust #945348

Color information

#945348 (or 0x945348) is unknown color: approx Copper Rust. HEX triplet: 94, 53 and 48. RGB value is (148,83,72). Sum of RGB (Red+Green+Blue) = 148+83+72=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #945348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945348 is #6BACB7. Grayscale: #656565. Windows color (decimal): -7056568 or 4739988. OLE color: 4739988.

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

Color convert

RGB1488372-
CMYK00.440.510.42
HSL8.68º34.55%43.14%-
HSV(B)8.68º51.35%58.04%-
XYZ16.4812.957.76-
YUV101.18111.53161.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.84%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=48.84%
G=27.39%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148837200.440.510.428.6834.5543.14
Hex94534802C332A9232b
Octal2241231100546352114353
Binary100101001010011100100001011001100111010101001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945348; }

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

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

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

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

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

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

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

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