#995453

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

Shades of Copper Rust #995453

Tints of Copper Rust #995453

Color information

#995453 (or 0x995453) is unknown color: approx Copper Rust. HEX triplet: 99, 54 and 53. RGB value is (153,84,83). Sum of RGB (Red+Green+Blue) = 153+84+83=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #995453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995453 is #66ABAC. Grayscale: #686868. Windows color (decimal): -6728621 or 5461145. OLE color: 5461145.

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

Color convert

RGB1538483-
CMYK00.450.460.4
HSL0.86º29.66%46.27%-
HSV(B)0.86º45.75%60%-
XYZ17.8713.749.89-
YUV104.52115.86162.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=47.81%
G=26.25%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153848300.450.460.40.8629.6646.27
Hex99545302D2E2811e2e
Octal231124123055565013656
Binary10011001101010010100110101101101110101000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995453; }

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

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

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

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

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

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

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

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