#93514E

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

Shades of Copper Rust #93514E

Tints of Copper Rust #93514E

Color information

#93514E (or 0x93514E) is unknown color: approx Copper Rust. HEX triplet: 93, 51 and 4E. RGB value is (147,81,78). Sum of RGB (Red+Green+Blue) = 147+81+78=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #93514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93514E is #6CAEB1. Grayscale: #646464. Windows color (decimal): -7122610 or 5132691. OLE color: 5132691.

HSL color Cylindrical-coordinate representation of color #93514E: hue angle of 2.61º 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 #93514E is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1478178-
CMYK00.450.470.42
HSL2.61º30.67%44.12%-
HSV(B)2.61º46.94%57.65%-
XYZ16.3512.648.79-
YUV100.39115.37161.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.04%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 78 (30.86% from 255) = 25.49%
R=48.04%
G=26.47%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147817800.450.470.422.6130.6744.12
Hex93514E02D2F2A31f2c
Octal223121116055575233754
Binary100100111010001100111001011011011111010101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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