#995748

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

Shades of Copper Rust #995748

Tints of Copper Rust #995748

Color information

#995748 (or 0x995748) is unknown color: approx Copper Rust. HEX triplet: 99, 57 and 48. RGB value is (153,87,72). Sum of RGB (Red+Green+Blue) = 153+87+72=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #995748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995748 is #66A8B7. Grayscale: #696969. Windows color (decimal): -6727864 or 4741017. OLE color: 4741017.

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

Color convert

RGB1538772-
CMYK00.430.530.4
HSL11.11º36%44.12%-
HSV(B)11.11º52.94%60%-
XYZ17.7114.067.91-
YUV105.02109.37162.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 72 (28.52% from 255) = 23.08%
R=49.04%
G=27.88%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153877200.430.530.411.113644.12
Hex99574802B3528b242c
Octal2311271100536550134454
Binary100110011010111100100001010111101011010001011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995748; }

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

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

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

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

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

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

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

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