#91504B

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

Shades of Copper Rust #91504B

Tints of Copper Rust #91504B

Color information

#91504B (or 0x91504B) is unknown color: approx Copper Rust. HEX triplet: 91, 50 and 4B. RGB value is (145,80,75). Sum of RGB (Red+Green+Blue) = 145+80+75=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #91504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91504B is #6EAFB4. Grayscale: #626262. Windows color (decimal): -7253941 or 4935825. OLE color: 4935825.

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

Color convert

RGB1458075-
CMYK00.450.480.43
HSL4.29º31.82%43.14%-
HSV(B)4.29º48.28%56.86%-
XYZ15.8212.278.19-
YUV98.86114.53160.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.33%
GREEN value IS 80 (31.64% from 255) = 26.67%
BLUE value IS 75 (29.69% from 255) = 25%
R=48.33%
G=26.67%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145807500.450.480.434.2931.8243.14
Hex91504B02D302B4202b
Octal221120113055605344053
Binary10010001101000010010110101101110000101011100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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