#995250

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

Shades of Copper Rust #995250

Tints of Copper Rust #995250

Color information

#995250 (or 0x995250) is unknown color: approx Copper Rust. HEX triplet: 99, 52 and 50. RGB value is (153,82,80). Sum of RGB (Red+Green+Blue) = 153+82+80=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #995250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995250 is #66ADAF. Grayscale: #676767. Windows color (decimal): -6729136 or 5264025. OLE color: 5264025.

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

Color convert

RGB1538280-
CMYK00.460.480.4
HSL1.64º31.33%45.69%-
HSV(B)1.64º47.71%60%-
XYZ17.613.399.25-
YUV103115.02163.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 80 (31.64% from 255) = 25.40%
R=48.57%
G=26.03%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153828000.460.480.41.6431.3345.69
Hex99525002E302821f2e
Octal231122120056605023756
Binary100110011010010101000001011101100001010001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995250; }

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

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

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

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

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

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

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

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