#9F544F

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

Shades of Copper Rust #9F544F

Tints of Copper Rust #9F544F

Color information

#9F544F (or 0x9F544F) is unknown color: approx Copper Rust. HEX triplet: 9F, 54 and 4F. RGB value is (159,84,79). Sum of RGB (Red+Green+Blue) = 159+84+79=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F544F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F544F is #60ABB0. Grayscale: #696969. Windows color (decimal): -6335409 or 5199007. OLE color: 5199007.

HSL color Cylindrical-coordinate representation of color #9F544F: hue angle of 3.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F544F is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB1598479-
CMYK00.470.500.38
HSL3.75º33.61%46.67%-
HSV(B)3.75º50.31%62.35%-
XYZ18.8814.289.16-
YUV105.85112.85165.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.38%
GREEN value IS 84 (33.20% from 255) = 26.09%
BLUE value IS 79 (31.25% from 255) = 24.53%
R=49.38%
G=26.09%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159847900.470.500.383.7533.6146.67
Hex9F544F02F32264222f
Octal237124117057624644257
Binary10011111101010010011110101111110010100110100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,84,79); }

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

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

 a { background-color: rgb(159,84,79); }

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

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

 span { border-color: rgb(159,84,79); }

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