Html Css Color HEX #975C53 Copper Rust

📋 copy color: '#975C53'

red 151 ◦ green 92 ◦ blue 83

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

Shades of Copper Rust #975C53

Tints of Copper Rust #975C53

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.22%

 BLUE value IS 83 (32.81% from 255) = 25.46%

R = 46.32%
G = 28.22%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#975C53 (or 0x975C53) is known color: Copper Rust. HEX triplet: 97, 5C and 53. RGB value is (151,92,83). Sum of RGB (Red+Green+Blue) = 151+92+83=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #975C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975C53 is #68A3AC. Grayscale: #6C6C6C. Windows color (decimal): -6857645 or 5463191. OLE color: 5463191.

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

Color convert

RGB 151 92 83 -
CMYK 0 0.39 0.45 0.41
HSL 7.94º 0.29% 0.46% -
HSV(B) 7.94º 0.45% 0.59% -
XYZ 18.15 14.86 10.09 -
YUV 108.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 151 92 83 0 0.39 0.45 0.41 7.94 0.29 0.46
Hex 97 5C 53 0 27 2D 29 8 1D 2E
Octal 227 134 123 0 47 55 51 10 35 56
Binary 10010111 1011100 1010011 0 100111 101101 101001 1000 11101 101110

Color Harmonies of #975C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C53

Black with #975C53

Text Example


Text Example

White with #975C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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