#9B584E

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

Shades of Copper Rust #9B584E

Tints of Copper Rust #9B584E

Color information

#9B584E (or 0x9B584E) is unknown color: approx Copper Rust. HEX triplet: 9B, 58 and 4E. RGB value is (155,88,78). Sum of RGB (Red+Green+Blue) = 155+88+78=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B584E is #64A7B1. Grayscale: #6A6A6A. Windows color (decimal): -6596530 or 5134491. OLE color: 5134491.

HSL color Cylindrical-coordinate representation of color #9B584E: hue angle of 7.79º 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 #9B584E is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB1558878-
CMYK00.430.500.39
HSL7.79º33.05%45.69%-
HSV(B)7.79º49.68%60.78%-
XYZ18.3814.59.04-
YUV106.89111.7162.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.29%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=48.29%
G=27.41%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155887800.430.500.397.7933.0545.69
Hex9B584E02B32278212e
Octal2331301160536247104156
Binary100110111011000100111001010111100101001111000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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