#995750

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

Shades of Copper Rust #995750

Tints of Copper Rust #995750

Color information

#995750 (or 0x995750) is unknown color: approx Copper Rust. HEX triplet: 99, 57 and 50. RGB value is (153,87,80). Sum of RGB (Red+Green+Blue) = 153+87+80=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #995750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995750 is #66A8AF. Grayscale: #6A6A6A. Windows color (decimal): -6727856 or 5265305. OLE color: 5265305.

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

Color convert

RGB1538780-
CMYK00.430.480.4
HSL5.75º31.33%45.69%-
HSV(B)5.75º47.71%60%-
XYZ17.9914.179.38-
YUV105.94113.37161.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 80 (31.64% from 255) = 25%
R=47.81%
G=27.19%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153878000.430.480.45.7531.3345.69
Hex99575002B302861f2e
Octal231127120053605063756
Binary1001100110101111010000010101111000010100011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995750; }

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

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

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

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

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

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

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

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