#914E4E

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

Shades of Copper Rust #914E4E

Tints of Copper Rust #914E4E

Color information

#914E4E (or 0x914E4E) is unknown color: approx Copper Rust. HEX triplet: 91, 4E and 4E. RGB value is (145,78,78). Sum of RGB (Red+Green+Blue) = 145+78+78=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #914E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914E4E is #6EB1B1. Grayscale: #626262. Windows color (decimal): -7254450 or 5131921. OLE color: 5131921.

HSL color Cylindrical-coordinate representation of color #914E4E: hue angle of 0º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #914E4E is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB1457878-
CMYK00.460.460.43
HSL30.04%43.73%-
HSV(B)46.21%56.86%-
XYZ15.7812.028.7-
YUV98.03116.7161.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.17%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=48.17%
G=25.91%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145787800.460.460.43030.0443.73
Hex914E4E02E2E2B01e2c
Octal221116116056565303654
Binary10010001100111010011100101110101110101011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914E4E; }

 p { color: rgb(145,78,78); }

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

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

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

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

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

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

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