#94514D

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

Shades of Copper Rust #94514D

Tints of Copper Rust #94514D

Color information

#94514D (or 0x94514D) is unknown color: approx Copper Rust. HEX triplet: 94, 51 and 4D. RGB value is (148,81,77). Sum of RGB (Red+Green+Blue) = 148+81+77=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #94514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94514D is #6BAEB2. Grayscale: #646464. Windows color (decimal): -7057075 or 5067156. OLE color: 5067156.

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

Color convert

RGB1488177-
CMYK00.450.480.42
HSL3.38º31.56%44.12%-
HSV(B)3.38º47.97%58.04%-
XYZ16.4912.728.61-
YUV100.58114.7161.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.37%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 77 (30.47% from 255) = 25.16%
R=48.37%
G=26.47%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148817700.450.480.423.3831.5644.12
Hex94514D02D302A3202c
Octal224121115055605234054
Binary1001010010100011001101010110111000010101011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94514D; }

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

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

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

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

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

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

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

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