Html Css Color HEX #975350 Copper Rust

📋 copy color: '#975350'

red 151 ◦ green 83 ◦ blue 80

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

Shades of Copper Rust #975350

Tints of Copper Rust #975350

RGB

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

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

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

R = 48.09%
G = 26.43%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#975350 (or 0x975350) is known color: Copper Rust. HEX triplet: 97, 53 and 50. RGB value is (151,83,80). Sum of RGB (Red+Green+Blue) = 151+83+80=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #975350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975350 is #68ACAF. Grayscale: #676767. Windows color (decimal): -6859952 or 5264279. OLE color: 5264279.

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

Color convert

RGB 151 83 80 -
CMYK 0 0.45 0.47 0.41
HSL 2.54º 0.31% 0.45% -
HSV(B) 2.54º 0.47% 0.59% -
XYZ 17.3 13.35 9.25 -
YUV 102.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 151 83 80 0 0.45 0.47 0.41 2.54 0.31 0.45
Hex 97 53 50 0 2D 2F 29 3 1F 2D
Octal 227 123 120 0 55 57 51 3 37 55
Binary 10010111 1010011 1010000 0 101101 101111 101001 11 11111 101101

Color Harmonies of #975350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975350

Black with #975350

Text Example


Text Example

White with #975350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975350; }

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

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

background-color css

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

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

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

border-color css

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

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

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