#974B48

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

Shades of Copper Rust #974B48

Tints of Copper Rust #974B48

Color information

#974B48 (or 0x974B48) is unknown color: approx Copper Rust. HEX triplet: 97, 4B and 48. RGB value is (151,75,72). Sum of RGB (Red+Green+Blue) = 151+75+72=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #974B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974B48 is #68B4B7. Grayscale: #616161. Windows color (decimal): -6862008 or 4737943. OLE color: 4737943.

HSL color Cylindrical-coordinate representation of color #974B48: hue angle of 2.28º 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 #974B48 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1517572-
CMYK00.500.520.41
HSL2.28º35.43%43.73%-
HSV(B)2.28º52.32%59.22%-
XYZ16.4512.087.6-
YUV97.38113.68166.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.67%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=50.67%
G=25.17%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151757200.500.520.412.2835.4343.73
Hex974B4803234292232c
Octal227113110062645124354
Binary1001011110010111001000011001011010010100110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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