#91504A

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

Shades of Copper Rust #91504A

Tints of Copper Rust #91504A

Color information

#91504A (or 0x91504A) is unknown color: approx Copper Rust. HEX triplet: 91, 50 and 4A. RGB value is (145,80,74). Sum of RGB (Red+Green+Blue) = 145+80+74=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #91504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91504A is #6EAFB5. Grayscale: #626262. Windows color (decimal): -7253942 or 4870289. OLE color: 4870289.

HSL color Cylindrical-coordinate representation of color #91504A: hue angle of 5.07º 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 #91504A is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB1458074-
CMYK00.450.490.43
HSL5.07º32.42%42.94%-
HSV(B)5.07º48.97%56.86%-
XYZ15.7812.258.01-
YUV98.75114.03160.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.49%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=48.49%
G=26.76%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145807400.450.490.435.0732.4242.94
Hex91504A02D312B5202b
Octal221120112055615354053
Binary10010001101000010010100101101110001101011101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91504A; }

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

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

<style>
 a { background-color: #91504A; }

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

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

<style>
 span { border-color: #91504A; }

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

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