Html Css Color HEX #985046 Copper Rust

📋 copy color: '#985046'

red 152 ◦ green 80 ◦ blue 70

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

Shades of Copper Rust #985046

Tints of Copper Rust #985046

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

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

R = 50.33%
G = 26.49%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#985046 (or 0x985046) is known color: Copper Rust. HEX triplet: 98, 50 and 46. RGB value is (152,80,70). Sum of RGB (Red+Green+Blue) = 152+80+70=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #985046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985046 is #67AFB9. Grayscale: #646464. Windows color (decimal): -6795194 or 4608152. OLE color: 4608152.

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

Color convert

RGB 152 80 70 -
CMYK 0 0.47 0.54 0.40
HSL 7.32º 0.37% 0.44% -
HSV(B) 7.32º 0.54% 0.6% -
XYZ 16.92 12.85 7.38 -
YUV 100.39 110.85 164.81 -
System Red Green Blue C M Y K H S L
Decimal 152 80 70 0 0.47 0.54 0.40 7.32 0.37 0.44
Hex 98 50 46 0 2F 36 28 7 25 2C
Octal 230 120 106 0 57 66 50 7 45 54
Binary 10011000 1010000 1000110 0 101111 110110 101000 111 100101 101100

Color Harmonies of #985046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985046

Black with #985046

Text Example


Text Example

White with #985046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985046; }

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

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

background-color css

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

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

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

border-color css

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

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

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