#995850

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

Shades of Copper Rust #995850

Tints of Copper Rust #995850

Color information

#995850 (or 0x995850) is unknown color: approx Copper Rust. HEX triplet: 99, 58 and 50. RGB value is (153,88,80). Sum of RGB (Red+Green+Blue) = 153+88+80=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #995850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995850 is #66A7AF. Grayscale: #6A6A6A. Windows color (decimal): -6727600 or 5265561. OLE color: 5265561.

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

Color convert

RGB1538880-
CMYK00.420.480.4
HSL6.58º31.33%45.69%-
HSV(B)6.58º47.71%60%-
XYZ18.0714.339.4-
YUV106.52113.03161.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.66%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 80 (31.64% from 255) = 24.92%
R=47.66%
G=27.41%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153888000.420.480.46.5831.3345.69
Hex99585002A302871f2e
Octal231130120052605073756
Binary1001100110110001010000010101011000010100011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995850; }

 p { color: rgb(153,88,80); }

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

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

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

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

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

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

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