#974F4E

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

Shades of Copper Rust #974F4E

Tints of Copper Rust #974F4E

Color information

#974F4E (or 0x974F4E) is unknown color: approx Copper Rust. HEX triplet: 97, 4F and 4E. RGB value is (151,79,78). Sum of RGB (Red+Green+Blue) = 151+79+78=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #974F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974F4E is #68B0B1. Grayscale: #646464. Windows color (decimal): -6860978 or 5132183. OLE color: 5132183.

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

Color convert

RGB1517978-
CMYK00.480.480.41
HSL0.82º31.88%44.9%-
HSV(B)0.82º48.34%59.22%-
XYZ16.9312.728.77-
YUV100.41115.35164.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.03%
GREEN value IS 79 (31.25% from 255) = 25.65%
BLUE value IS 78 (30.86% from 255) = 25.32%
R=49.03%
G=25.65%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151797800.480.480.410.8231.8844.9
Hex974F4E03030291202d
Octal227117116060605114055
Binary100101111001111100111001100001100001010011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974F4E; }

 p { color: rgb(151,79,78); }

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

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

 a { background-color: rgb(151,79,78); }

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

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

 span { border-color: rgb(151,79,78); }

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