Html Css Color HEX #974F48 Copper Rust

📋 copy color: '#974F48'

red 151 ◦ green 79 ◦ blue 72

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

Shades of Copper Rust #974F48

Tints of Copper Rust #974F48

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.16%

 BLUE value IS 72 (28.52% from 255) = 23.84%

R = 50%
G = 26.16%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#974F48 (or 0x974F48) is known color: Copper Rust. HEX triplet: 97, 4F and 48. RGB value is (151,79,72). Sum of RGB (Red+Green+Blue) = 151+79+72=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #974F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #974F48 is #68B0B7. Grayscale: #636363. Windows color (decimal): -6860984 or 4738967. OLE color: 4738967.

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

Color convert

RGB 151 79 72 -
CMYK 0 0.48 0.52 0.41
HSL 5.32º 0.35% 0.44% -
HSV(B) 5.32º 0.52% 0.59% -
XYZ 16.73 12.64 7.69 -
YUV 99.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 151 79 72 0 0.48 0.52 0.41 5.32 0.35 0.44
Hex 97 4F 48 0 30 34 29 5 23 2C
Octal 227 117 110 0 60 64 51 5 43 54
Binary 10010111 1001111 1001000 0 110000 110100 101001 101 100011 101100

Color Harmonies of #974F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974F48

Black with #974F48

Text Example


Text Example

White with #974F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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