#9B4D4C

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

Shades of Copper Rust #9B4D4C

Tints of Copper Rust #9B4D4C

Color information

#9B4D4C (or 0x9B4D4C) is unknown color: approx Copper Rust. HEX triplet: 9B, 4D and 4C. RGB value is (155,77,76). Sum of RGB (Red+Green+Blue) = 155+77+76=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4D4C is #64B2B3. Grayscale: #646464. Windows color (decimal): -6599348 or 5000603. OLE color: 5000603.

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

Color convert

RGB1557776-
CMYK00.500.510.39
HSL0.76º34.2%45.29%-
HSV(B)0.76º50.97%60.78%-
XYZ17.4812.88.39-
YUV100.21114.34167.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.32%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 76 (30.08% from 255) = 24.68%
R=50.32%
G=25%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155777600.500.510.390.7634.245.29
Hex9B4D4C03233271222d
Octal233115114062634714255
Binary100110111001101100110001100101100111001111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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