Html Css Color HEX #985B53 Copper Rust

📋 copy color: '#985B53'

red 152 ◦ green 91 ◦ blue 83

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

Shades of Copper Rust #985B53

Tints of Copper Rust #985B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.46%

R = 46.63%
G = 27.91%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#985B53 (or 0x985B53) is known color: Copper Rust. HEX triplet: 98, 5B and 53. RGB value is (152,91,83). Sum of RGB (Red+Green+Blue) = 152+91+83=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #985B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B53 is #67A4AC. Grayscale: #6C6C6C. Windows color (decimal): -6792365 or 5462936. OLE color: 5462936.

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

Color convert

RGB 152 91 83 -
CMYK 0 0.40 0.45 0.40
HSL 6.96º 0.29% 0.46% -
HSV(B) 6.96º 0.45% 0.6% -
XYZ 18.25 14.78 10.07 -
YUV 108.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 152 91 83 0 0.40 0.45 0.40 6.96 0.29 0.46
Hex 98 5B 53 0 28 2D 28 7 1D 2E
Octal 230 133 123 0 50 55 50 7 35 56
Binary 10011000 1011011 1010011 0 101000 101101 101000 111 11101 101110

Color Harmonies of #985B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B53

Black with #985B53

Text Example


Text Example

White with #985B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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