#9B5854

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

Shades of Copper Rust #9B5854

Tints of Copper Rust #9B5854

Color information

#9B5854 (or 0x9B5854) is unknown color: approx Copper Rust. HEX triplet: 9B, 58 and 54. RGB value is (155,88,84). Sum of RGB (Red+Green+Blue) = 155+88+84=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5854 is #64A7AB. Grayscale: #6B6B6B. Windows color (decimal): -6596524 or 5527707. OLE color: 5527707.

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

Color convert

RGB1558884-
CMYK00.430.460.39
HSL3.38º29.71%46.86%-
HSV(B)3.38º45.81%60.78%-
XYZ18.6114.5910.22-
YUV107.58114.7161.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.40%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 84 (33.20% from 255) = 25.69%
R=47.40%
G=26.91%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155888400.430.460.393.3829.7146.86
Hex9B585402B2E2731e2f
Octal233130124053564733657
Binary100110111011000101010001010111011101001111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,88,84); }

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

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

 a { background-color: rgb(155,88,84); }

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

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

 span { border-color: rgb(155,88,84); }

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