Html Css Color HEX #985555 Copper Rust

📋 copy color: '#985555'

red 152 ◦ green 85 ◦ blue 85

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

Shades of Copper Rust #985555

Tints of Copper Rust #985555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.4%

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

R = 47.2%
G = 26.4%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#985555 (or 0x985555) is known color: Copper Rust. HEX triplet: 98, 55 and 55. RGB value is (152,85,85). Sum of RGB (Red+Green+Blue) = 152+85+85=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #985555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985555 is #67AAAA. Grayscale: #696969. Windows color (decimal): -6793899 or 5592472. OLE color: 5592472.

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

Color convert

RGB 152 85 85 -
CMYK 0 0.44 0.44 0.40
HSL 0.28% 0.46% -
HSV(B) 0.44% 0.6% -
XYZ 17.84 13.83 10.32 -
YUV 105.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 152 85 85 0 0.44 0.44 0.40 0 0.28 0.46
Hex 98 55 55 0 2C 2C 28 0 1C 2E
Octal 230 125 125 0 54 54 50 0 34 56
Binary 10011000 1010101 1010101 0 101100 101100 101000 0 11100 101110

Color Harmonies of #985555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985555

Black with #985555

Text Example


Text Example

White with #985555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985555; }

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

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

background-color css

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

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

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

border-color css

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

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

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