#9B524D

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

Shades of Copper Rust #9B524D

Tints of Copper Rust #9B524D

Color information

#9B524D (or 0x9B524D) is unknown color: approx Copper Rust. HEX triplet: 9B, 52 and 4D. RGB value is (155,82,77). Sum of RGB (Red+Green+Blue) = 155+82+77=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B524D is #64ADB2. Grayscale: #676767. Windows color (decimal): -6598067 or 5067419. OLE color: 5067419.

HSL color Cylindrical-coordinate representation of color #9B524D: hue angle of 3.85º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B524D is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB1558277-
CMYK00.470.500.39
HSL3.85º33.62%45.49%-
HSV(B)3.85º50.32%60.78%-
XYZ17.8713.548.69-
YUV103.26113.18164.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.36%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=49.36%
G=26.11%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155827700.470.500.393.8533.6245.49
Hex9B524D02F32274222d
Octal233122115057624744255
Binary10011011101001010011010101111110010100111100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B524D; }

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

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

<style>
 a { background-color: #9B524D; }

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

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

<style>
 span { border-color: #9B524D; }

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

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