Html Css Color HEX #985146 Copper Rust

📋 copy color: '#985146'

red 152 ◦ green 81 ◦ blue 70

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

Shades of Copper Rust #985146

Tints of Copper Rust #985146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

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

R = 50.17%
G = 26.73%
B = 23.1%

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

#985146 (or 0x985146) is known color: Copper Rust. HEX triplet: 98, 51 and 46. RGB value is (152,81,70). Sum of RGB (Red+Green+Blue) = 152+81+70=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #985146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985146 is #67AEB9. Grayscale: #656565. Windows color (decimal): -6794938 or 4608408. OLE color: 4608408.

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

Color convert

RGB 152 81 70 -
CMYK 0 0.47 0.54 0.40
HSL 8.05º 0.37% 0.44% -
HSV(B) 8.05º 0.54% 0.6% -
XYZ 17 13 7.41 -
YUV 100.98 110.52 164.39 -
System Red Green Blue C M Y K H S L
Decimal 152 81 70 0 0.47 0.54 0.40 8.05 0.37 0.44
Hex 98 51 46 0 2F 36 28 8 25 2C
Octal 230 121 106 0 57 66 50 10 45 54
Binary 10011000 1010001 1000110 0 101111 110110 101000 1000 100101 101100

Color Harmonies of #985146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985146

Black with #985146

Text Example


Text Example

White with #985146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985146; }

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

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

background-color css

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

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

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

border-color css

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

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

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