#995252

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

Shades of Copper Rust #995252

Tints of Copper Rust #995252

Color information

#995252 (or 0x995252) is unknown color: approx Copper Rust. HEX triplet: 99, 52 and 52. RGB value is (153,82,82). Sum of RGB (Red+Green+Blue) = 153+82+82=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #995252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995252 is #66ADAD. Grayscale: #676767. Windows color (decimal): -6729134 or 5395097. OLE color: 5395097.

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

Color convert

RGB1538282-
CMYK00.460.460.4
HSL30.21%46.08%-
HSV(B)46.41%60%-
XYZ17.6813.429.64-
YUV103.23116.02163.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=48.26%
G=25.87%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153828200.460.460.4030.2146.08
Hex99525202E2E2801e2e
Octal231122122056565003656
Binary10011001101001010100100101110101110101000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995252; }

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

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

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

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

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

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

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

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