#974E4B

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

Shades of Copper Rust #974E4B

Tints of Copper Rust #974E4B

Color information

#974E4B (or 0x974E4B) is unknown color: approx Copper Rust. HEX triplet: 97, 4E and 4B. RGB value is (151,78,75). Sum of RGB (Red+Green+Blue) = 151+78+75=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #974E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974E4B is #68B1B4. Grayscale: #636363. Windows color (decimal): -6861237 or 4935319. OLE color: 4935319.

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

Color convert

RGB1517875-
CMYK00.480.500.41
HSL2.37º33.63%44.31%-
HSV(B)2.37º50.33%59.22%-
XYZ16.7612.548.19-
YUV99.48114.18164.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.67%
GREEN value IS 78 (30.86% from 255) = 25.66%
BLUE value IS 75 (29.69% from 255) = 24.67%
R=49.67%
G=25.66%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151787500.480.500.412.3733.6344.31
Hex974E4B03032292222c
Octal227116113060625124254
Binary1001011110011101001011011000011001010100110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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