#945351

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

Shades of Copper Rust #945351

Tints of Copper Rust #945351

Color information

#945351 (or 0x945351) is unknown color: approx Copper Rust. HEX triplet: 94, 53 and 51. RGB value is (148,83,81). Sum of RGB (Red+Green+Blue) = 148+83+81=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #945351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945351 is #6BACAE. Grayscale: #666666. Windows color (decimal): -7056559 or 5329812. OLE color: 5329812.

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

Color convert

RGB1488381-
CMYK00.440.450.42
HSL1.79º29.26%44.9%-
HSV(B)1.79º45.27%58.04%-
XYZ16.7913.089.42-
YUV102.21116.03160.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 81 (32.03% from 255) = 25.96%
R=47.44%
G=26.60%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148838100.440.450.421.7929.2644.9
Hex94535102C2D2A21d2d
Octal224123121054555223555
Binary100101001010011101000101011001011011010101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945351; }

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

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

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

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

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

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

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

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