Html Css Color HEX #985850 Copper Rust

📋 copy color: '#985850'

red 152 ◦ green 88 ◦ blue 80

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

Shades of Copper Rust #985850

Tints of Copper Rust #985850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.5%

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

R = 47.5%
G = 27.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#985850 (or 0x985850) is known color: Copper Rust. HEX triplet: 98, 58 and 50. RGB value is (152,88,80). Sum of RGB (Red+Green+Blue) = 152+88+80=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #985850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985850 is #67A7AF. Grayscale: #6A6A6A. Windows color (decimal): -6793136 or 5265560. OLE color: 5265560.

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

Color convert

RGB 152 88 80 -
CMYK 0 0.42 0.47 0.40
HSL 6.67º 0.31% 0.45% -
HSV(B) 6.67º 0.47% 0.6% -
XYZ 17.89 14.23 9.39 -
YUV 106.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 152 88 80 0 0.42 0.47 0.40 6.67 0.31 0.45
Hex 98 58 50 0 2A 2F 28 7 1F 2D
Octal 230 130 120 0 52 57 50 7 37 55
Binary 10011000 1011000 1010000 0 101010 101111 101000 111 11111 101101

Color Harmonies of #985850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985850

Black with #985850

Text Example


Text Example

White with #985850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985850; }

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

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

background-color css

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

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

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

border-color css

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

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

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