Html Css Color HEX #985A54 Copper Rust

📋 copy color: '#985A54'

red 152 ◦ green 90 ◦ blue 84

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

Shades of Copper Rust #985A54

Tints of Copper Rust #985A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

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

R = 46.63%
G = 27.61%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#985A54 (or 0x985A54) is known color: Copper Rust. HEX triplet: 98, 5A and 54. RGB value is (152,90,84). Sum of RGB (Red+Green+Blue) = 152+90+84=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #985A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A54 is #67A5AB. Grayscale: #6B6B6B. Windows color (decimal): -6792620 or 5528216. OLE color: 5528216.

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

Color convert

RGB 152 90 84 -
CMYK 0 0.41 0.45 0.40
HSL 5.29º 0.29% 0.46% -
HSV(B) 5.29º 0.45% 0.6% -
XYZ 18.21 14.63 10.25 -
YUV 107.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 152 90 84 0 0.41 0.45 0.40 5.29 0.29 0.46
Hex 98 5A 54 0 29 2D 28 5 1D 2E
Octal 230 132 124 0 51 55 50 5 35 56
Binary 10011000 1011010 1010100 0 101001 101101 101000 101 11101 101110

Color Harmonies of #985A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985A54

Black with #985A54

Text Example


Text Example

White with #985A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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