#95524D

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

Shades of Copper Rust #95524D

Tints of Copper Rust #95524D

Color information

#95524D (or 0x95524D) is unknown color: approx Copper Rust. HEX triplet: 95, 52 and 4D. RGB value is (149,82,77). Sum of RGB (Red+Green+Blue) = 149+82+77=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95524D is #6AADB2. Grayscale: #656565. Windows color (decimal): -6991283 or 5067413. OLE color: 5067413.

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

Color convert

RGB1498277-
CMYK00.450.480.42
HSL4.17º31.86%44.31%-
HSV(B)4.17º48.32%58.43%-
XYZ16.7512.968.64-
YUV101.46114.2161.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.38%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 77 (30.47% from 255) = 25%
R=48.38%
G=26.62%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149827700.450.480.424.1731.8644.31
Hex95524D02D302A4202c
Octal225122115055605244054
Binary10010101101001010011010101101110000101010100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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