Html Css Color HEX #975448 Copper Rust

📋 copy color: '#975448'

red 151 ◦ green 84 ◦ blue 72

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

Shades of Copper Rust #975448

Tints of Copper Rust #975448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.36%

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

R = 49.19%
G = 27.36%
B = 23.45%

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

#975448 (or 0x975448) is known color: Copper Rust. HEX triplet: 97, 54 and 48. RGB value is (151,84,72). Sum of RGB (Red+Green+Blue) = 151+84+72=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #975448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975448 is #68ABB7. Grayscale: #666666. Windows color (decimal): -6859704 or 4740247. OLE color: 4740247.

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

Color convert

RGB 151 84 72 -
CMYK 0 0.44 0.52 0.41
HSL 9.11º 0.35% 0.44% -
HSV(B) 9.11º 0.52% 0.59% -
XYZ 17.1 13.39 7.81 -
YUV 102.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 151 84 72 0 0.44 0.52 0.41 9.11 0.35 0.44
Hex 97 54 48 0 2C 34 29 9 23 2C
Octal 227 124 110 0 54 64 51 11 43 54
Binary 10010111 1010100 1001000 0 101100 110100 101001 1001 100011 101100

Color Harmonies of #975448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975448

Black with #975448

Text Example


Text Example

White with #975448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975448; }

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

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

background-color css

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

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

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

border-color css

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

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

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