Html Css Color HEX #975C50 Copper Rust

📋 copy color: '#975C50'

red 151 ◦ green 92 ◦ blue 80

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

Shades of Copper Rust #975C50

Tints of Copper Rust #975C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.77%

R = 46.75%
G = 28.48%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#975C50 (or 0x975C50) is known color: Copper Rust. HEX triplet: 97, 5C and 50. RGB value is (151,92,80). Sum of RGB (Red+Green+Blue) = 151+92+80=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #975C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975C50 is #68A3AF. Grayscale: #6C6C6C. Windows color (decimal): -6857648 or 5266583. OLE color: 5266583.

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

Color convert

RGB 151 92 80 -
CMYK 0 0.39 0.47 0.41
HSL 10.14º 0.31% 0.45% -
HSV(B) 10.14º 0.47% 0.59% -
XYZ 18.04 14.81 9.5 -
YUV 108.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 151 92 80 0 0.39 0.47 0.41 10.14 0.31 0.45
Hex 97 5C 50 0 27 2F 29 A 1F 2D
Octal 227 134 120 0 47 57 51 12 37 55
Binary 10010111 1011100 1010000 0 100111 101111 101001 1010 11111 101101

Color Harmonies of #975C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C50

Black with #975C50

Text Example


Text Example

White with #975C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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