#914F4D

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

Shades of Copper Rust #914F4D

Tints of Copper Rust #914F4D

Color information

#914F4D (or 0x914F4D) is unknown color: approx Copper Rust. HEX triplet: 91, 4F and 4D. RGB value is (145,79,77). Sum of RGB (Red+Green+Blue) = 145+79+77=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #914F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914F4D is #6EB0B2. Grayscale: #626262. Windows color (decimal): -7254195 or 5066641. OLE color: 5066641.

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

Color convert

RGB1457977-
CMYK00.460.470.43
HSL1.76º30.63%43.53%-
HSV(B)1.76º46.9%56.86%-
XYZ15.8112.158.53-
YUV98.51115.87161.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.17%
GREEN value IS 79 (31.25% from 255) = 26.25%
BLUE value IS 77 (30.47% from 255) = 25.58%
R=48.17%
G=26.25%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145797700.460.470.431.7630.6343.53
Hex914F4D02E2F2B21f2c
Octal221117115056575323754
Binary100100011001111100110101011101011111010111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,79,77); }

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

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

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

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

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

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

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