#9B584F

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

Shades of Copper Rust #9B584F

Tints of Copper Rust #9B584F

Color information

#9B584F (or 0x9B584F) is unknown color: approx Copper Rust. HEX triplet: 9B, 58 and 4F. RGB value is (155,88,79). Sum of RGB (Red+Green+Blue) = 155+88+79=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B584F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B584F is #64A7B0. Grayscale: #6B6B6B. Windows color (decimal): -6596529 or 5200027. OLE color: 5200027.

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

Color convert

RGB1558879-
CMYK00.430.490.39
HSL7.11º32.48%45.88%-
HSV(B)7.11º49.03%60.78%-
XYZ18.4214.519.23-
YUV107.01112.2162.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 79 (31.25% from 255) = 24.53%
R=48.14%
G=27.33%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155887900.430.490.397.1132.4845.88
Hex9B584F02B31277202e
Octal233130117053614774056
Binary10011011101100010011110101011110001100111111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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