#91524F

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

Shades of Copper Rust #91524F

Tints of Copper Rust #91524F

Color information

#91524F (or 0x91524F) is unknown color: approx Copper Rust. HEX triplet: 91, 52 and 4F. RGB value is (145,82,79). Sum of RGB (Red+Green+Blue) = 145+82+79=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #91524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91524F is #6EADB0. Grayscale: #646464. Windows color (decimal): -7253425 or 5198481. OLE color: 5198481.

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

Color convert

RGB1458279-
CMYK00.430.460.43
HSL2.73º29.46%43.92%-
HSV(B)2.73º45.52%56.86%-
XYZ16.1112.628.98-
YUV100.5115.87159.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.39%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=47.39%
G=26.80%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145827900.430.460.432.7329.4643.92
Hex91524F02B2E2B31d2c
Octal221122117053565333554
Binary100100011010010100111101010111011101010111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91524F; }

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

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

<style>
 a { background-color: #91524F; }

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

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

<style>
 span { border-color: #91524F; }

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

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