Html Css Color HEX #985246 Copper Rust

📋 copy color: '#985246'

red 152 ◦ green 82 ◦ blue 70

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

Shades of Copper Rust #985246

Tints of Copper Rust #985246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

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

R = 50%
G = 26.97%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#985246 (or 0x985246) is known color: Copper Rust. HEX triplet: 98, 52 and 46. RGB value is (152,82,70). Sum of RGB (Red+Green+Blue) = 152+82+70=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #985246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985246 is #67ADB9. Grayscale: #656565. Windows color (decimal): -6794682 or 4608664. OLE color: 4608664.

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

Color convert

RGB 152 82 70 -
CMYK 0 0.46 0.54 0.40
HSL 8.78º 0.37% 0.44% -
HSV(B) 8.78º 0.54% 0.6% -
XYZ 17.07 13.15 7.43 -
YUV 101.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 152 82 70 0 0.46 0.54 0.40 8.78 0.37 0.44
Hex 98 52 46 0 2E 36 28 9 25 2C
Octal 230 122 106 0 56 66 50 11 45 54
Binary 10011000 1010010 1000110 0 101110 110110 101000 1001 100101 101100

Color Harmonies of #985246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985246

Black with #985246

Text Example


Text Example

White with #985246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985246; }

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

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

background-color css

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

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

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

border-color css

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

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

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