#975B4D

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

Shades of Copper Rust #975B4D

Tints of Copper Rust #975B4D

Color information

#975B4D (or 0x975B4D) is unknown color: approx Copper Rust. HEX triplet: 97, 5B and 4D. RGB value is (151,91,77). Sum of RGB (Red+Green+Blue) = 151+91+77=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #975B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975B4D is #68A4B2. Grayscale: #6B6B6B. Windows color (decimal): -6857907 or 5069719. OLE color: 5069719.

HSL color Cylindrical-coordinate representation of color #975B4D: hue angle of 11.35º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #975B4D is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB1519177-
CMYK00.400.490.41
HSL11.35º32.46%44.71%-
HSV(B)11.35º49.01%59.22%-
XYZ17.8414.68.9-
YUV107.34110.88159.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.34%
GREEN value IS 91 (35.94% from 255) = 28.53%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=47.34%
G=28.53%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151917700.400.490.4111.3532.4644.71
Hex975B4D0283129b202d
Octal2271331150506151134055
Binary100101111011011100110101010001100011010011011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975B4D; }

 p { color: rgb(151,91,77); }

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

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

 a { background-color: rgb(151,91,77); }

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

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

 span { border-color: rgb(151,91,77); }

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