#93504E

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

Shades of Copper Rust #93504E

Tints of Copper Rust #93504E

Color information

#93504E (or 0x93504E) is unknown color: approx Copper Rust. HEX triplet: 93, 50 and 4E. RGB value is (147,80,78). Sum of RGB (Red+Green+Blue) = 147+80+78=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #93504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93504E is #6CAFB1. Grayscale: #636363. Windows color (decimal): -7122866 or 5132435. OLE color: 5132435.

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

Color convert

RGB1478078-
CMYK00.460.470.42
HSL1.74º30.67%44.12%-
HSV(B)1.74º46.94%57.65%-
XYZ16.2812.498.76-
YUV99.8115.7161.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.20%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=48.20%
G=26.23%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147807800.460.470.421.7430.6744.12
Hex93504E02E2F2A21f2c
Octal223120116056575223754
Binary100100111010000100111001011101011111010101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93504E; }

 p { color: rgb(147,80,78); }

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

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

 a { background-color: rgb(147,80,78); }

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

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

 span { border-color: rgb(147,80,78); }

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