Html Css Color HEX #974E4E Copper Rust

📋 copy color: '#974E4E'

red 151 ◦ green 78 ◦ blue 78

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

Shades of Copper Rust #974E4E

Tints of Copper Rust #974E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.41%

R = 49.19%
G = 25.41%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#974E4E (or 0x974E4E) is known color: Copper Rust. HEX triplet: 97, 4E and 4E. RGB value is (151,78,78). Sum of RGB (Red+Green+Blue) = 151+78+78=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #974E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #974E4E is #68B1B1. Grayscale: #636363. Windows color (decimal): -6861234 or 5131927. OLE color: 5131927.

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

Color convert

RGB 151 78 78 -
CMYK 0 0.48 0.48 0.41
HSL 0.32% 0.45% -
HSV(B) 0.48% 0.59% -
XYZ 16.86 12.58 8.75 -
YUV 99.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 151 78 78 0 0.48 0.48 0.41 0 0.32 0.45
Hex 97 4E 4E 0 30 30 29 0 20 2D
Octal 227 116 116 0 60 60 51 0 40 55
Binary 10010111 1001110 1001110 0 110000 110000 101001 0 100000 101101

Color Harmonies of #974E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974E4E

Black with #974E4E

Text Example


Text Example

White with #974E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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