#995953

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

Shades of Copper Rust #995953

Tints of Copper Rust #995953

Color information

#995953 (or 0x995953) is unknown color: approx Copper Rust. HEX triplet: 99, 59 and 53. RGB value is (153,89,83). Sum of RGB (Red+Green+Blue) = 153+89+83=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #995953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995953 is #66A6AC. Grayscale: #6B6B6B. Windows color (decimal): -6727341 or 5462425. OLE color: 5462425.

HSL color Cylindrical-coordinate representation of color #995953: hue angle of 5.14º 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 #995953 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB1538983-
CMYK00.420.460.4
HSL5.14º29.66%46.27%-
HSV(B)5.14º45.75%60%-
XYZ18.2714.5410.03-
YUV107.45114.2160.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 83 (32.81% from 255) = 25.54%
R=47.08%
G=27.38%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153898300.420.460.45.1429.6646.27
Hex99595302A2E2851e2e
Octal231131123052565053656
Binary1001100110110011010011010101010111010100010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995953; }

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

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

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

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

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

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

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

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