Html Css Color HEX #985B51 Copper Rust

📋 copy color: '#985B51'

red 152 ◦ green 91 ◦ blue 81

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

Shades of Copper Rust #985B51

Tints of Copper Rust #985B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25%

R = 46.91%
G = 28.09%
B = 25%

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

#985B51 (or 0x985B51) is known color: Copper Rust. HEX triplet: 98, 5B and 51. RGB value is (152,91,81). Sum of RGB (Red+Green+Blue) = 152+91+81=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #985B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B51 is #67A4AE. Grayscale: #6C6C6C. Windows color (decimal): -6792367 or 5331864. OLE color: 5331864.

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

Color convert

RGB 152 91 81 -
CMYK 0 0.40 0.47 0.40
HSL 8.45º 0.3% 0.46% -
HSV(B) 8.45º 0.47% 0.6% -
XYZ 18.18 14.75 9.67 -
YUV 108.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 152 91 81 0 0.40 0.47 0.40 8.45 0.3 0.46
Hex 98 5B 51 0 28 2F 28 8 1E 2E
Octal 230 133 121 0 50 57 50 10 36 56
Binary 10011000 1011011 1010001 0 101000 101111 101000 1000 11110 101110

Color Harmonies of #985B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B51

Black with #985B51

Text Example


Text Example

White with #985B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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