#974B4A

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

Shades of Copper Rust #974B4A

Tints of Copper Rust #974B4A

Color information

#974B4A (or 0x974B4A) is unknown color: approx Copper Rust. HEX triplet: 97, 4B and 4A. RGB value is (151,75,74). Sum of RGB (Red+Green+Blue) = 151+75+74=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #974B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974B4A is #68B4B5. Grayscale: #616161. Windows color (decimal): -6862006 or 4869015. OLE color: 4869015.

HSL color Cylindrical-coordinate representation of color #974B4A: hue angle of 0.78º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #974B4A is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB1517574-
CMYK00.500.510.41
HSL0.78º34.22%44.12%-
HSV(B)0.78º50.99%59.22%-
XYZ16.5112.117.94-
YUV97.61114.68166.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.33%
GREEN value IS 75 (29.69% from 255) = 25%
BLUE value IS 74 (29.30% from 255) = 24.67%
R=50.33%
G=25%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151757400.500.510.410.7834.2244.12
Hex974B4A03233291222c
Octal227113112062635114254
Binary100101111001011100101001100101100111010011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,75,74); }

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

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

 a { background-color: rgb(151,75,74); }

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

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

 span { border-color: rgb(151,75,74); }

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