Html Css Color HEX #975548 Copper Rust

📋 copy color: '#975548'

red 151 ◦ green 85 ◦ blue 72

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

Shades of Copper Rust #975548

Tints of Copper Rust #975548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.6%

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

R = 49.03%
G = 27.6%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#975548 (or 0x975548) is known color: Copper Rust. HEX triplet: 97, 55 and 48. RGB value is (151,85,72). Sum of RGB (Red+Green+Blue) = 151+85+72=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #975548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975548 is #68AAB7. Grayscale: #676767. Windows color (decimal): -6859448 or 4740503. OLE color: 4740503.

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

Color convert

RGB 151 85 72 -
CMYK 0 0.44 0.52 0.41
HSL 9.87º 0.35% 0.44% -
HSV(B) 9.87º 0.52% 0.59% -
XYZ 17.18 13.54 7.84 -
YUV 103.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 151 85 72 0 0.44 0.52 0.41 9.87 0.35 0.44
Hex 97 55 48 0 2C 34 29 A 23 2C
Octal 227 125 110 0 54 64 51 12 43 54
Binary 10010111 1010101 1001000 0 101100 110100 101001 1010 100011 101100

Color Harmonies of #975548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975548

Black with #975548

Text Example


Text Example

White with #975548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975548; }

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

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

background-color css

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

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

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

border-color css

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

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

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