#914E4B

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

Shades of Copper Rust #914E4B

Tints of Copper Rust #914E4B

Color information

#914E4B (or 0x914E4B) is unknown color: approx Copper Rust. HEX triplet: 91, 4E and 4B. RGB value is (145,78,75). Sum of RGB (Red+Green+Blue) = 145+78+75=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #914E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914E4B is #6EB1B4. Grayscale: #616161. Windows color (decimal): -7254453 or 4935313. OLE color: 4935313.

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

Color convert

RGB1457875-
CMYK00.460.480.43
HSL2.57º31.82%43.14%-
HSV(B)2.57º48.28%56.86%-
XYZ15.6711.988.14-
YUV97.69115.2161.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.66%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 75 (29.69% from 255) = 25.17%
R=48.66%
G=26.17%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145787500.460.480.432.5731.8243.14
Hex914E4B02E302B3202b
Octal221116113056605334053
Binary1001000110011101001011010111011000010101111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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