#9B524E

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

Shades of Copper Rust #9B524E

Tints of Copper Rust #9B524E

Color information

#9B524E (or 0x9B524E) is unknown color: approx Copper Rust. HEX triplet: 9B, 52 and 4E. RGB value is (155,82,78). Sum of RGB (Red+Green+Blue) = 155+82+78=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B524E is #64ADB1. Grayscale: #676767. Windows color (decimal): -6598066 or 5132955. OLE color: 5132955.

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

Color convert

RGB1558278-
CMYK00.470.500.39
HSL3.12º33.05%45.69%-
HSV(B)3.12º49.68%60.78%-
XYZ17.9113.558.88-
YUV103.37113.68164.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.21%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=49.21%
G=26.03%
B=24.76%

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
Decimal155827800.470.500.393.1233.0545.69
Hex9B524E02F32273212e
Octal233122116057624734156
Binary1001101110100101001110010111111001010011111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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