#975848

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

Shades of Copper Rust #975848

Tints of Copper Rust #975848

Color information

#975848 (or 0x975848) is unknown color: approx Copper Rust. HEX triplet: 97, 58 and 48. RGB value is (151,88,72). Sum of RGB (Red+Green+Blue) = 151+88+72=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #975848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975848 is #68A7B7. Grayscale: #696969. Windows color (decimal): -6858680 or 4741271. OLE color: 4741271.

HSL color Cylindrical-coordinate representation of color #975848: hue angle of 12.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #975848 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1518872-
CMYK00.420.520.41
HSL12.15º35.43%43.73%-
HSV(B)12.15º52.32%59.22%-
XYZ17.4214.037.92-
YUV105.01109.37160.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.55%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=48.55%
G=28.30%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151887200.420.520.4112.1535.4343.73
Hex97584802A3429c232c
Octal2271301100526451144354
Binary100101111011000100100001010101101001010011100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975848; }

 p { color: rgb(151,88,72); }

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

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

 a { background-color: rgb(151,88,72); }

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

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

 span { border-color: rgb(151,88,72); }

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