#91524B

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

Shades of Copper Rust #91524B

Tints of Copper Rust #91524B

Color information

#91524B (or 0x91524B) is unknown color: approx Copper Rust. HEX triplet: 91, 52 and 4B. RGB value is (145,82,75). Sum of RGB (Red+Green+Blue) = 145+82+75=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #91524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91524B is #6EADB4. Grayscale: #646464. Windows color (decimal): -7253429 or 4936337. OLE color: 4936337.

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

Color convert

RGB1458275-
CMYK00.430.480.43
HSL31.82%43.14%-
HSV(B)48.28%56.86%-
XYZ15.9612.568.24-
YUV100.04113.87160.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.01%
GREEN value IS 82 (32.42% from 255) = 27.15%
BLUE value IS 75 (29.69% from 255) = 24.83%
R=48.01%
G=27.15%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145827500.430.480.43631.8243.14
Hex91524B02B302B6202b
Octal221122113053605364053
Binary10010001101001010010110101011110000101011110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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