Html Css Color HEX #985B55 Copper Rust

📋 copy color: '#985B55'

red 152 ◦ green 91 ◦ blue 85

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

Shades of Copper Rust #985B55

Tints of Copper Rust #985B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.91%

R = 46.34%
G = 27.74%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#985B55 (or 0x985B55) is known color: Copper Rust. HEX triplet: 98, 5B and 55. RGB value is (152,91,85). Sum of RGB (Red+Green+Blue) = 152+91+85=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #985B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B55 is #67A4AA. Grayscale: #6C6C6C. Windows color (decimal): -6792363 or 5594008. OLE color: 5594008.

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

Color convert

RGB 152 91 85 -
CMYK 0 0.40 0.44 0.40
HSL 5.37º 0.28% 0.46% -
HSV(B) 5.37º 0.44% 0.6% -
XYZ 18.33 14.81 10.49 -
YUV 108.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 152 91 85 0 0.40 0.44 0.40 5.37 0.28 0.46
Hex 98 5B 55 0 28 2C 28 5 1C 2E
Octal 230 133 125 0 50 54 50 5 34 56
Binary 10011000 1011011 1010101 0 101000 101100 101000 101 11100 101110

Color Harmonies of #985B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B55

Black with #985B55

Text Example


Text Example

White with #985B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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