#95574B

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

Shades of Copper Rust #95574B

Tints of Copper Rust #95574B

Color information

#95574B (or 0x95574B) is unknown color: approx Copper Rust. HEX triplet: 95, 57 and 4B. RGB value is (149,87,75). Sum of RGB (Red+Green+Blue) = 149+87+75=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95574B is #6AA8B4. Grayscale: #686868. Windows color (decimal): -6990005 or 4937621. OLE color: 4937621.

HSL color Cylindrical-coordinate representation of color #95574B: hue angle of 9.73º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95574B is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1498775-
CMYK00.420.500.42
HSL9.73º33.04%43.92%-
HSV(B)9.73º49.66%58.43%-
XYZ17.0713.718.4-
YUV104.17111.54159.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 87 (34.38% from 255) = 27.97%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=47.91%
G=27.97%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149877500.420.500.429.7333.0443.92
Hex95574B02A322Aa212c
Octal2251271130526252124154
Binary100101011010111100101101010101100101010101010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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