Html Css Color HEX #985446 Copper Rust

📋 copy color: '#985446'

red 152 ◦ green 84 ◦ blue 70

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

Shades of Copper Rust #985446

Tints of Copper Rust #985446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

 BLUE value IS 70 (27.73% from 255) = 22.88%

R = 49.67%
G = 27.45%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#985446 (or 0x985446) is known color: Copper Rust. HEX triplet: 98, 54 and 46. RGB value is (152,84,70). Sum of RGB (Red+Green+Blue) = 152+84+70=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #985446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985446 is #67ABB9. Grayscale: #666666. Windows color (decimal): -6794170 or 4609176. OLE color: 4609176.

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

Color convert

RGB 152 84 70 -
CMYK 0 0.45 0.54 0.40
HSL 10.24º 0.37% 0.44% -
HSV(B) 10.24º 0.54% 0.6% -
XYZ 17.22 13.46 7.48 -
YUV 102.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 152 84 70 0 0.45 0.54 0.40 10.24 0.37 0.44
Hex 98 54 46 0 2D 36 28 A 25 2C
Octal 230 124 106 0 55 66 50 12 45 54
Binary 10011000 1010100 1000110 0 101101 110110 101000 1010 100101 101100

Color Harmonies of #985446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985446

Black with #985446

Text Example


Text Example

White with #985446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985446; }

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

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

background-color css

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

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

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

border-color css

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

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

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