#914E4A

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

Shades of Copper Rust #914E4A

Tints of Copper Rust #914E4A

Color information

#914E4A (or 0x914E4A) is unknown color: approx Copper Rust. HEX triplet: 91, 4E and 4A. RGB value is (145,78,74). Sum of RGB (Red+Green+Blue) = 145+78+74=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #914E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914E4A is #6EB1B5. Grayscale: #616161. Windows color (decimal): -7254454 or 4869777. OLE color: 4869777.

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

Color convert

RGB1457874-
CMYK00.460.490.43
HSL3.38º32.42%42.94%-
HSV(B)3.38º48.97%56.86%-
XYZ15.6411.967.96-
YUV97.58114.7161.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.82%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=48.82%
G=26.26%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145787400.460.490.433.3832.4242.94
Hex914E4A02E312B3202b
Octal221116112056615334053
Binary1001000110011101001010010111011000110101111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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