#995752

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

Shades of Copper Rust #995752

Tints of Copper Rust #995752

Color information

#995752 (or 0x995752) is unknown color: approx Copper Rust. HEX triplet: 99, 57 and 52. RGB value is (153,87,82). Sum of RGB (Red+Green+Blue) = 153+87+82=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #995752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995752 is #66A8AD. Grayscale: #6A6A6A. Windows color (decimal): -6727854 or 5396377. OLE color: 5396377.

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

Color convert

RGB1538782-
CMYK00.430.460.4
HSL4.23º30.21%46.08%-
HSV(B)4.23º46.41%60%-
XYZ18.0714.29.77-
YUV106.16114.37161.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 82 (32.42% from 255) = 25.47%
R=47.52%
G=27.02%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153878200.430.460.44.2330.2146.08
Hex99575202B2E2841e2e
Octal231127122053565043656
Binary1001100110101111010010010101110111010100010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995752; }

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

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

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

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

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

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

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

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