#995448

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

Shades of Copper Rust #995448

Tints of Copper Rust #995448

Color information

#995448 (or 0x995448) is unknown color: approx Copper Rust. HEX triplet: 99, 54 and 48. RGB value is (153,84,72). Sum of RGB (Red+Green+Blue) = 153+84+72=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #995448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995448 is #66ABB7. Grayscale: #676767. Windows color (decimal): -6728632 or 4740249. OLE color: 4740249.

HSL color Cylindrical-coordinate representation of color #995448: hue angle of 8.89º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #995448 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB1538472-
CMYK00.450.530.4
HSL8.89º36%44.12%-
HSV(B)8.89º52.94%60%-
XYZ17.4813.587.83-
YUV103.26110.36163.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.51%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 72 (28.52% from 255) = 23.30%
R=49.51%
G=27.18%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153847200.450.530.48.893644.12
Hex99544802D35289242c
Octal2311241100556550114454
Binary100110011010100100100001011011101011010001001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995448; }

 p { color: rgb(153,84,72); }

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

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

 a { background-color: rgb(153,84,72); }

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

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

 span { border-color: rgb(153,84,72); }

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