Html Css Color HEX #985B50 Copper Rust

📋 copy color: '#985B50'

red 152 ◦ green 91 ◦ blue 80

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

Shades of Copper Rust #985B50

Tints of Copper Rust #985B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.17%

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

R = 47.06%
G = 28.17%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#985B50 (or 0x985B50) is known color: Copper Rust. HEX triplet: 98, 5B and 50. RGB value is (152,91,80). Sum of RGB (Red+Green+Blue) = 152+91+80=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #985B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B50 is #67A4AF. Grayscale: #6C6C6C. Windows color (decimal): -6792368 or 5266328. OLE color: 5266328.

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

Color convert

RGB 152 91 80 -
CMYK 0 0.40 0.47 0.40
HSL 9.17º 0.31% 0.45% -
HSV(B) 9.17º 0.47% 0.6% -
XYZ 18.14 14.74 9.48 -
YUV 107.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 152 91 80 0 0.40 0.47 0.40 9.17 0.31 0.45
Hex 98 5B 50 0 28 2F 28 9 1F 2D
Octal 230 133 120 0 50 57 50 11 37 55
Binary 10011000 1011011 1010000 0 101000 101111 101000 1001 11111 101101

Color Harmonies of #985B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B50

Black with #985B50

Text Example


Text Example

White with #985B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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