#995445

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

Shades of Copper Rust #995445

Tints of Copper Rust #995445

Color information

#995445 (or 0x995445) is unknown color: approx Copper Rust. HEX triplet: 99, 54 and 45. RGB value is (153,84,69). Sum of RGB (Red+Green+Blue) = 153+84+69=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #995445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995445 is #66ABBA. Grayscale: #676767. Windows color (decimal): -6728635 or 4543641. OLE color: 4543641.

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

Color convert

RGB1538469-
CMYK00.450.550.4
HSL10.71º37.84%43.53%-
HSV(B)10.71º54.9%60%-
XYZ17.3813.547.33-
YUV102.92108.86163.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 69 (27.34% from 255) = 22.55%
R=50%
G=27.45%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153846900.450.550.410.7137.8443.53
Hex99544502D3728b262c
Octal2311241050556750134654
Binary100110011010100100010101011011101111010001011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995445; }

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

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

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

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

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

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

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

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