#995244

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

Shades of Copper Rust #995244

Tints of Copper Rust #995244

Color information

#995244 (or 0x995244) is unknown color: approx Copper Rust. HEX triplet: 99, 52 and 44. RGB value is (153,82,68). Sum of RGB (Red+Green+Blue) = 153+82+68=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #995244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995244 is #66ADBB. Grayscale: #656565. Windows color (decimal): -6729148 or 4477593. OLE color: 4477593.

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

Color convert

RGB1538268-
CMYK00.460.560.4
HSL9.88º38.46%43.33%-
HSV(B)9.88º55.56%60%-
XYZ17.213.227.11-
YUV101.63109.02164.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 68 (26.95% from 255) = 22.44%
R=50.50%
G=27.06%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153826800.460.560.49.8838.4643.33
Hex99524402E3828a262b
Octal2311221040567050124653
Binary100110011010010100010001011101110001010001010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995244; }

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

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

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

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

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

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

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

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