Html Css Color HEX #975352 Copper Rust

📋 copy color: '#975352'

red 151 ◦ green 83 ◦ blue 82

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

Shades of Copper Rust #975352

Tints of Copper Rust #975352

RGB

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

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

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

R = 47.78%
G = 26.27%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#975352 (or 0x975352) is known color: Copper Rust. HEX triplet: 97, 53 and 52. RGB value is (151,83,82). Sum of RGB (Red+Green+Blue) = 151+83+82=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #975352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975352 is #68ACAD. Grayscale: #676767. Windows color (decimal): -6859950 or 5395351. OLE color: 5395351.

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

Color convert

RGB 151 83 82 -
CMYK 0 0.45 0.46 0.41
HSL 0.87º 0.3% 0.46% -
HSV(B) 0.87º 0.46% 0.59% -
XYZ 17.38 13.38 9.65 -
YUV 103.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 151 83 82 0 0.45 0.46 0.41 0.87 0.3 0.46
Hex 97 53 52 0 2D 2E 29 1 1E 2E
Octal 227 123 122 0 55 56 51 1 36 56
Binary 10010111 1010011 1010010 0 101101 101110 101001 1 11110 101110

Color Harmonies of #975352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975352

Black with #975352

Text Example


Text Example

White with #975352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975352; }

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

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

background-color css

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

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

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

border-color css

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

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

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