Html Css Color HEX #985546 Copper Rust

📋 copy color: '#985546'

red 152 ◦ green 85 ◦ blue 70

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

Shades of Copper Rust #985546

Tints of Copper Rust #985546

RGB

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

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

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

R = 49.51%
G = 27.69%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#985546 (or 0x985546) is known color: Copper Rust. HEX triplet: 98, 55 and 46. RGB value is (152,85,70). Sum of RGB (Red+Green+Blue) = 152+85+70=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #985546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985546 is #67AAB9. Grayscale: #676767. Windows color (decimal): -6793914 or 4609432. OLE color: 4609432.

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

Color convert

RGB 152 85 70 -
CMYK 0 0.44 0.54 0.40
HSL 10.98º 0.37% 0.44% -
HSV(B) 10.98º 0.54% 0.6% -
XYZ 17.3 13.61 7.51 -
YUV 103.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 152 85 70 0 0.44 0.54 0.40 10.98 0.37 0.44
Hex 98 55 46 0 2C 36 28 B 25 2C
Octal 230 125 106 0 54 66 50 13 45 54
Binary 10011000 1010101 1000110 0 101100 110110 101000 1011 100101 101100

Color Harmonies of #985546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985546

Black with #985546

Text Example


Text Example

White with #985546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985546; }

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

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

background-color css

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

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

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

border-color css

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

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

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