Html Css Color HEX #985754 Copper Rust

📋 copy color: '#985754'

red 152 ◦ green 87 ◦ blue 84

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

Shades of Copper Rust #985754

Tints of Copper Rust #985754

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.93%

 BLUE value IS 84 (33.2% from 255) = 26.01%

R = 47.06%
G = 26.93%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#985754 (or 0x985754) is known color: Copper Rust. HEX triplet: 98, 57 and 54. RGB value is (152,87,84). Sum of RGB (Red+Green+Blue) = 152+87+84=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #985754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985754 is #67A8AB. Grayscale: #6A6A6A. Windows color (decimal): -6793388 or 5527448. OLE color: 5527448.

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

Color convert

RGB 152 87 84 -
CMYK 0 0.43 0.45 0.40
HSL 2.65º 0.29% 0.46% -
HSV(B) 2.65º 0.45% 0.6% -
XYZ 17.96 14.13 10.17 -
YUV 106.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 152 87 84 0 0.43 0.45 0.40 2.65 0.29 0.46
Hex 98 57 54 0 2B 2D 28 3 1D 2E
Octal 230 127 124 0 53 55 50 3 35 56
Binary 10011000 1010111 1010100 0 101011 101101 101000 11 11101 101110

Color Harmonies of #985754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985754

Black with #985754

Text Example


Text Example

White with #985754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985754; }

 p { color: rgb(152,87,84); }

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

background-color css

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

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

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

border-color css

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

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

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