#91574B

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

Shades of Copper Rust #91574B

Tints of Copper Rust #91574B

Color information

#91574B (or 0x91574B) is unknown color: approx Copper Rust. HEX triplet: 91, 57 and 4B. RGB value is (145,87,75). Sum of RGB (Red+Green+Blue) = 145+87+75=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #91574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91574B is #6EA8B4. Grayscale: #676767. Windows color (decimal): -7252149 or 4937617. OLE color: 4937617.

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

Color convert

RGB1458775-
CMYK00.40.480.43
HSL10.29º31.82%43.14%-
HSV(B)10.29º48.28%56.86%-
XYZ16.3613.348.37-
YUV102.97112.22157.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.23%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=47.23%
G=28.34%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145877500.40.480.4310.2931.8243.14
Hex91574B028302Ba202b
Octal2211271130506053124053
Binary100100011010111100101101010001100001010111010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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