Html Css Color HEX #975853 Copper Rust

📋 copy color: '#975853'

red 151 ◦ green 88 ◦ blue 83

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

Shades of Copper Rust #975853

Tints of Copper Rust #975853

RGB

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

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

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

R = 46.89%
G = 27.33%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#975853 (or 0x975853) is known color: Copper Rust. HEX triplet: 97, 58 and 53. RGB value is (151,88,83). Sum of RGB (Red+Green+Blue) = 151+88+83=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #975853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975853 is #68A7AC. Grayscale: #6A6A6A. Windows color (decimal): -6858669 or 5462167. OLE color: 5462167.

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

Color convert

RGB 151 88 83 -
CMYK 0 0.42 0.45 0.41
HSL 4.41º 0.29% 0.46% -
HSV(B) 4.41º 0.45% 0.59% -
XYZ 17.81 14.18 9.98 -
YUV 106.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 151 88 83 0 0.42 0.45 0.41 4.41 0.29 0.46
Hex 97 58 53 0 2A 2D 29 4 1D 2E
Octal 227 130 123 0 52 55 51 4 35 56
Binary 10010111 1011000 1010011 0 101010 101101 101001 100 11101 101110

Color Harmonies of #975853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975853

Black with #975853

Text Example


Text Example

White with #975853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975853; }

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

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

background-color css

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

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

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

border-color css

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

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

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