#95524A

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

Shades of Copper Rust #95524A

Tints of Copper Rust #95524A

Color information

#95524A (or 0x95524A) is unknown color: approx Copper Rust. HEX triplet: 95, 52 and 4A. RGB value is (149,82,74). Sum of RGB (Red+Green+Blue) = 149+82+74=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #95524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95524A is #6AADB5. Grayscale: #656565. Windows color (decimal): -6991286 or 4870805. OLE color: 4870805.

HSL color Cylindrical-coordinate representation of color #95524A: hue angle of 6.4º degrees, saturation: 0.34, 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 #95524A is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1498274-
CMYK00.450.500.42
HSL6.4º33.63%43.73%-
HSV(B)6.4º50.34%58.43%-
XYZ16.6512.928.09-
YUV101.12112.7162.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.85%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=48.85%
G=26.89%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149827400.450.500.426.433.6343.73
Hex95524A02D322A6222c
Octal225122112055625264254
Binary10010101101001010010100101101110010101010110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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