Html Css Color HEX #985950 Copper Rust

📋 copy color: '#985950'

red 152 ◦ green 89 ◦ blue 80

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

Shades of Copper Rust #985950

Tints of Copper Rust #985950

RGB

 RED value IS 152 (59.77% from 255) = 47.35%

 GREEN value IS 89 (35.16% from 255) = 27.73%

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

R = 47.35%
G = 27.73%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#985950 (or 0x985950) is known color: Copper Rust. HEX triplet: 98, 59 and 50. RGB value is (152,89,80). Sum of RGB (Red+Green+Blue) = 152+89+80=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #985950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985950 is #67A6AF. Grayscale: #6A6A6A. Windows color (decimal): -6792880 or 5265816. OLE color: 5265816.

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

Color convert

RGB 152 89 80 -
CMYK 0 0.41 0.47 0.40
HSL 7.5º 0.31% 0.45% -
HSV(B) 7.5º 0.47% 0.6% -
XYZ 17.97 14.4 9.42 -
YUV 106.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 152 89 80 0 0.41 0.47 0.40 7.5 0.31 0.45
Hex 98 59 50 0 29 2F 28 8 1F 2D
Octal 230 131 120 0 51 57 50 10 37 55
Binary 10011000 1011001 1010000 0 101001 101111 101000 1000 11111 101101

Color Harmonies of #985950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985950

Black with #985950

Text Example


Text Example

White with #985950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985950; }

 p { color: rgb(152,89,80); }

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

background-color css

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

 a { background-color: rgb(152,89,80); }

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

border-color css

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

 span { border-color: rgb(152,89,80); }

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