Html Css Color HEX #975348 Copper Rust

📋 copy color: '#975348'

red 151 ◦ green 83 ◦ blue 72

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

Shades of Copper Rust #975348

Tints of Copper Rust #975348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

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

R = 49.35%
G = 27.12%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#975348 (or 0x975348) is known color: Copper Rust. HEX triplet: 97, 53 and 48. RGB value is (151,83,72). Sum of RGB (Red+Green+Blue) = 151+83+72=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #975348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975348 is #68ACB7. Grayscale: #666666. Windows color (decimal): -6859960 or 4739991. OLE color: 4739991.

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

Color convert

RGB 151 83 72 -
CMYK 0 0.45 0.52 0.41
HSL 8.35º 0.35% 0.44% -
HSV(B) 8.35º 0.52% 0.59% -
XYZ 17.03 13.23 7.79 -
YUV 102.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 151 83 72 0 0.45 0.52 0.41 8.35 0.35 0.44
Hex 97 53 48 0 2D 34 29 8 23 2C
Octal 227 123 110 0 55 64 51 10 43 54
Binary 10010111 1010011 1001000 0 101101 110100 101001 1000 100011 101100

Color Harmonies of #975348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975348

Black with #975348

Text Example


Text Example

White with #975348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975348; }

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

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

background-color css

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

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

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

border-color css

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

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

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