Html Css Color HEX #975B52 Copper Rust

📋 copy color: '#975B52'

red 151 ◦ green 91 ◦ blue 82

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

Shades of Copper Rust #975B52

Tints of Copper Rust #975B52

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.09%

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

R = 46.6%
G = 28.09%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#975B52 (or 0x975B52) is known color: Copper Rust. HEX triplet: 97, 5B and 52. RGB value is (151,91,82). Sum of RGB (Red+Green+Blue) = 151+91+82=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #975B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975B52 is #68A4AD. Grayscale: #6C6C6C. Windows color (decimal): -6857902 or 5397399. OLE color: 5397399.

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

Color convert

RGB 151 91 82 -
CMYK 0 0.40 0.46 0.41
HSL 7.83º 0.3% 0.46% -
HSV(B) 7.83º 0.46% 0.59% -
XYZ 18.03 14.67 9.86 -
YUV 107.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 151 91 82 0 0.40 0.46 0.41 7.83 0.3 0.46
Hex 97 5B 52 0 28 2E 29 8 1E 2E
Octal 227 133 122 0 50 56 51 10 36 56
Binary 10010111 1011011 1010010 0 101000 101110 101001 1000 11110 101110

Color Harmonies of #975B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975B52

Black with #975B52

Text Example


Text Example

White with #975B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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