#95524C

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

Shades of Copper Rust #95524C

Tints of Copper Rust #95524C

Color information

#95524C (or 0x95524C) is unknown color: approx Copper Rust. HEX triplet: 95, 52 and 4C. RGB value is (149,82,76). Sum of RGB (Red+Green+Blue) = 149+82+76=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #95524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95524C is #6AADB3. Grayscale: #656565. Windows color (decimal): -6991284 or 5001877. OLE color: 5001877.

HSL color Cylindrical-coordinate representation of color #95524C: hue angle of 4.93º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95524C is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1498276-
CMYK00.450.490.42
HSL4.93º32.44%44.12%-
HSV(B)4.93º48.99%58.43%-
XYZ16.7212.958.46-
YUV101.35113.7161.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 82 (32.42% from 255) = 26.71%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=48.53%
G=26.71%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149827600.450.490.424.9332.4444.12
Hex95524C02D312A5202c
Octal225122114055615254054
Binary10010101101001010011000101101110001101010101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,82,76); }

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

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

 a { background-color: rgb(149,82,76); }

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

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

 span { border-color: rgb(149,82,76); }

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