Html Css Color HEX #974E4C Copper Rust

📋 copy color: '#974E4C'

red 151 ◦ green 78 ◦ blue 76

#974E4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper Rust #974E4C

Tints of Copper Rust #974E4C

RGB

 RED value IS 151 (59.38% from 255) = 49.51%

 GREEN value IS 78 (30.86% from 255) = 25.57%

 BLUE value IS 76 (30.08% from 255) = 24.92%

R = 49.51%
G = 25.57%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#974E4C (or 0x974E4C) is known color: Copper Rust. HEX triplet: 97, 4E and 4C. RGB value is (151,78,76). Sum of RGB (Red+Green+Blue) = 151+78+76=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #974E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974E4C is #68B1B3. Grayscale: #636363. Windows color (decimal): -6861236 or 5000855. OLE color: 5000855.

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

Color convert

RGB 151 78 76 -
CMYK 0 0.48 0.50 0.41
HSL 1.6º 0.33% 0.45% -
HSV(B) 1.6º 0.5% 0.59% -
XYZ 16.79 12.55 8.37 -
YUV 99.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 151 78 76 0 0.48 0.50 0.41 1.6 0.33 0.45
Hex 97 4E 4C 0 30 32 29 2 21 2D
Octal 227 116 114 0 60 62 51 2 41 55
Binary 10010111 1001110 1001100 0 110000 110010 101001 10 100001 101101

Color Harmonies of #974E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974E4C

Black with #974E4C

Text Example


Text Example

White with #974E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #974E4C;
 }
 .AnyTagClassName
 {
   color: #974E4C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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