#91534C

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

Shades of Copper Rust #91534C

Tints of Copper Rust #91534C

Color information

#91534C (or 0x91534C) is unknown color: approx Copper Rust. HEX triplet: 91, 53 and 4C. RGB value is (145,83,76). Sum of RGB (Red+Green+Blue) = 145+83+76=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #91534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91534C is #6EACB3. Grayscale: #646464. Windows color (decimal): -7253172 or 5002129. OLE color: 5002129.

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

Color convert

RGB1458376-
CMYK00.430.480.43
HSL6.09º31.22%43.33%-
HSV(B)6.09º47.59%56.86%-
XYZ16.0712.738.45-
YUV100.74114.04159.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.70%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 76 (30.08% from 255) = 25%
R=47.70%
G=27.30%
B=25%

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
Decimal145837600.430.480.436.0931.2243.33
Hex91534C02B302B61f2b
Octal221123114053605363753
Binary1001000110100111001100010101111000010101111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91534C; }

 p { color: rgb(145,83,76); }

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

<style>
 a { background-color: #91534C; }

 a { background-color: rgb(145,83,76); }

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

<style>
 span { border-color: #91534C; }

 span { border-color: rgb(145,83,76); }

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