#995454

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

Shades of Copper Rust #995454

Tints of Copper Rust #995454

Color information

#995454 (or 0x995454) is unknown color: approx Copper Rust. HEX triplet: 99, 54 and 54. RGB value is (153,84,84). Sum of RGB (Red+Green+Blue) = 153+84+84=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #995454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995454 is #66ABAB. Grayscale: #686868. Windows color (decimal): -6728620 or 5526681. OLE color: 5526681.

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

Color convert

RGB1538484-
CMYK00.450.450.4
HSL29.11%46.47%-
HSV(B)45.1%60%-
XYZ17.9113.7510.1-
YUV104.63116.36162.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.66%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=47.66%
G=26.17%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153848400.450.450.4029.1146.47
Hex99545402D2D2801d2e
Octal231124124055555003556
Binary10011001101010010101000101101101101101000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995454; }

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

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

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

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

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

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

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

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