#9B4F4C

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

Shades of Copper Rust #9B4F4C

Tints of Copper Rust #9B4F4C

Color information

#9B4F4C (or 0x9B4F4C) is unknown color: approx Copper Rust. HEX triplet: 9B, 4F and 4C. RGB value is (155,79,76). Sum of RGB (Red+Green+Blue) = 155+79+76=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4F4C is #64B0B3. Grayscale: #656565. Windows color (decimal): -6598836 or 5001115. OLE color: 5001115.

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

Color convert

RGB1557976-
CMYK00.490.510.39
HSL2.28º34.2%45.29%-
HSV(B)2.28º50.97%60.78%-
XYZ17.6213.088.43-
YUV101.38113.68166.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 76 (30.08% from 255) = 24.52%
R=50%
G=25.48%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155797600.490.510.392.2834.245.29
Hex9B4F4C03133272222d
Octal233117114061634724255
Binary1001101110011111001100011000111001110011110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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