#9B534F

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

Shades of Copper Rust #9B534F

Tints of Copper Rust #9B534F

Color information

#9B534F (or 0x9B534F) is unknown color: approx Copper Rust. HEX triplet: 9B, 53 and 4F. RGB value is (155,83,79). Sum of RGB (Red+Green+Blue) = 155+83+79=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B534F is #64ACB0. Grayscale: #686868. Windows color (decimal): -6597809 or 5198747. OLE color: 5198747.

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

Color convert

RGB1558379-
CMYK00.460.490.39
HSL3.16º32.48%45.88%-
HSV(B)3.16º49.03%60.78%-
XYZ18.0213.729.1-
YUV104.07113.85164.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.90%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=48.90%
G=26.18%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155837900.460.490.393.1632.4845.88
Hex9B534F02E31273202e
Octal233123117056614734056
Binary1001101110100111001111010111011000110011111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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