Html Css Color HEX #975850 Copper Rust

📋 copy color: '#975850'

red 151 ◦ green 88 ◦ blue 80

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

Shades of Copper Rust #975850

Tints of Copper Rust #975850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.59%

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

R = 47.34%
G = 27.59%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#975850 (or 0x975850) is known color: Copper Rust. HEX triplet: 97, 58 and 50. RGB value is (151,88,80). Sum of RGB (Red+Green+Blue) = 151+88+80=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #975850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975850 is #68A7AF. Grayscale: #6A6A6A. Windows color (decimal): -6858672 or 5265559. OLE color: 5265559.

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

Color convert

RGB 151 88 80 -
CMYK 0 0.42 0.47 0.41
HSL 6.76º 0.31% 0.45% -
HSV(B) 6.76º 0.47% 0.59% -
XYZ 17.7 14.14 9.39 -
YUV 105.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 151 88 80 0 0.42 0.47 0.41 6.76 0.31 0.45
Hex 97 58 50 0 2A 2F 29 7 1F 2D
Octal 227 130 120 0 52 57 51 7 37 55
Binary 10010111 1011000 1010000 0 101010 101111 101001 111 11111 101101

Color Harmonies of #975850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975850

Black with #975850

Text Example


Text Example

White with #975850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975850; }

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

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

background-color css

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

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

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

border-color css

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

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

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