Html Css Color HEX #985D50 Copper Rust

📋 copy color: '#985D50'

red 152 ◦ green 93 ◦ blue 80

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

Shades of Copper Rust #985D50

Tints of Copper Rust #985D50

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.62%

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

R = 46.77%
G = 28.62%
B = 24.62%

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

#985D50 (or 0x985D50) is known color: Copper Rust. HEX triplet: 98, 5D and 50. RGB value is (152,93,80). Sum of RGB (Red+Green+Blue) = 152+93+80=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #985D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D50 is #67A2AF. Grayscale: #6D6D6D. Windows color (decimal): -6791856 or 5266840. OLE color: 5266840.

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

Color convert

RGB 152 93 80 -
CMYK 0 0.39 0.47 0.40
HSL 10.83º 0.31% 0.45% -
HSV(B) 10.83º 0.47% 0.6% -
XYZ 18.31 15.08 9.54 -
YUV 109.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 152 93 80 0 0.39 0.47 0.40 10.83 0.31 0.45
Hex 98 5D 50 0 27 2F 28 B 1F 2D
Octal 230 135 120 0 47 57 50 13 37 55
Binary 10011000 1011101 1010000 0 100111 101111 101000 1011 11111 101101

Color Harmonies of #985D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D50

Black with #985D50

Text Example


Text Example

White with #985D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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