Html Css Color HEX #985C50 Copper Rust

📋 copy color: '#985C50'

red 152 ◦ green 92 ◦ blue 80

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

Shades of Copper Rust #985C50

Tints of Copper Rust #985C50

RGB

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

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

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

R = 46.91%
G = 28.4%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#985C50 (or 0x985C50) is known color: Copper Rust. HEX triplet: 98, 5C and 50. RGB value is (152,92,80). Sum of RGB (Red+Green+Blue) = 152+92+80=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #985C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C50 is #67A3AF. Grayscale: #6C6C6C. Windows color (decimal): -6792112 or 5266584. OLE color: 5266584.

HSL color Cylindrical-coordinate representation of color #985C50: hue angle of 10º 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 #985C50 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 92 80 -
CMYK 0 0.39 0.47 0.40
HSL 10º 0.31% 0.45% -
HSV(B) 10º 0.47% 0.6% -
XYZ 18.22 14.91 9.51 -
YUV 108.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 152 92 80 0 0.39 0.47 0.40 10 0.31 0.45
Hex 98 5C 50 0 27 2F 28 A 1F 2D
Octal 230 134 120 0 47 57 50 12 37 55
Binary 10011000 1011100 1010000 0 100111 101111 101000 1010 11111 101101

Color Harmonies of #985C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C50

Black with #985C50

Text Example


Text Example

White with #985C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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