Html Css Color HEX #975552 Copper Rust

📋 copy color: '#975552'

red 151 ◦ green 85 ◦ blue 82

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

Shades of Copper Rust #975552

Tints of Copper Rust #975552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.79%

R = 47.48%
G = 26.73%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#975552 (or 0x975552) is known color: Copper Rust. HEX triplet: 97, 55 and 52. RGB value is (151,85,82). Sum of RGB (Red+Green+Blue) = 151+85+82=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #975552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975552 is #68AAAD. Grayscale: #686868. Windows color (decimal): -6859438 or 5395863. OLE color: 5395863.

HSL color Cylindrical-coordinate representation of color #975552: hue angle of 2.61º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975552 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 85 82 -
CMYK 0 0.44 0.46 0.41
HSL 2.61º 0.3% 0.46% -
HSV(B) 2.61º 0.46% 0.59% -
XYZ 17.53 13.69 9.7 -
YUV 104.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 151 85 82 0 0.44 0.46 0.41 2.61 0.3 0.46
Hex 97 55 52 0 2C 2E 29 3 1E 2E
Octal 227 125 122 0 54 56 51 3 36 56
Binary 10010111 1010101 1010010 0 101100 101110 101001 11 11110 101110

Color Harmonies of #975552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975552

Black with #975552

Text Example


Text Example

White with #975552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975552; }

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

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

background-color css

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

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

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

border-color css

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

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

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